File: ChangeLog

package info (click to toggle)
libvslvm 20160110-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 11,596 kB
  • ctags: 4,893
  • sloc: ansic: 170,690; sh: 12,402; makefile: 1,223; python: 224; sed: 134
file content (119 lines) | stat: -rw-r--r-- 2,273 bytes parent folder | download
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
TODO
* 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

20160110
* Changelog cleanup

20160109
* worked on Python bindings

20160108
* worked on format support
* worked on Python bindings

20160107
* 2016 update
* worked on format support

20151229
* updated dependencies

20150105
* 2015 update

20141225
* worked on multi physical volume files support

20141130
* code clean up

20141123
* worked on read logical volume functionality
* worked on multi physical volume files support

20141122
* worked on vslvmmount
* worked on read logical volume functionality
* updated include header
* worked on multi physical volume files support

20141121
* worked on read logical volume functionality
* worked on vslvmmount

20141103
* worked on read logical volume functionality

20141102
* worked on tests
* worked on API
* worked on seek/read logical volume functionality

20141027
* changes for deployment

20141023
* changes for deployment
* updated msvscpp files

20141001
* 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