File: ChangeLog

package info (click to toggle)
libvslvm 20240504-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,076 kB
  • sloc: ansic: 194,036; sh: 6,444; makefile: 1,253; python: 344; cpp: 264; sed: 16
file content (68 lines) | stat: -rw-r--r-- 1,507 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
TODO
* check signature
  - check the first 4 sectors
  - update documentation regarding PV signature
* pyvslvm
  - complete segment object methods
  - complete stripe object methods
  - complete volume group object methods
* finish:
  - libvslvm_internal_logical_volume_read_buffer_from_file_io_handle
  - make sure to set the right offset in internal_logical_volume->chunks_vector 

Library:
* add support to specify metadata in external configuration file
* implement multi physical volume files support
  - map pv names to file IO pool?
* logical volume
  - expose creation_host
  - expose creation_time
  - implement multi stripe support
* metadata
  - parse and expose global values
  - make sure metadata is cleaned on close - also if no data files were set!
  - metadata: handle trailing comment in more places?
* API
  - allow for multiple input images (physical volumes)
  - allow open to read a text file with the metadata

Tools:
* vslvminfo
  - print stripes and in-volume offsets
* vslvmmount
  - allow use of logical volume names instead of lvm#?

Tests:
* add tests for library
* add tests for Python bindings
* add tests for tools

Deployment:
* update manuals

20141001
* see `git log' for more recent change log
* removed README.macosx

20140725
* worked on API

20140724
* worked on API

20140723
* worked on API

20140722
* worked on API
* moved metadata to separate code file

20140721
* worked on API

20140720
* worked on format support

20140201
* initial version based on libvsmbr