Alasdair Kergon
2fb60aa997
Renamed to archive.c
2002-01-09 19:17:11 +00:00
Alasdair Kergon
f5ec76537a
o Rename many occurrences of 'backup' to 'archive' to reduce confusion.
...
o Extract file creation/renaming code into a library and change backup code
to use it too.
o Support umask.
o Bring lvm.conf man page up-to-date.
2002-01-09 19:16:48 +00:00
Alasdair Kergon
728491fd2b
Accept octal values for numbers (such as umask).
2002-01-09 18:53:07 +00:00
Joe Thornber
d9d3f2b9e4
o Let the comment wars begin.
2002-01-09 14:14:07 +00:00
Joe Thornber
0b156f22a4
o Reformat comments.
2002-01-09 13:56:11 +00:00
Alasdair Kergon
d770851ac0
o Try to improve NFS-safety for temporary file creation (unique name; O_APPEND
...
+ fcntl lock) and rename (using hard link), avoiding any "real" archive
files ever being zero length.
o Fix filename parsing & ordered list handling.
2002-01-09 13:16:19 +00:00
Alasdair Kergon
989e7b1033
Explicitly close (=>flush) files.
2002-01-09 13:07:03 +00:00
Alasdair Kergon
c4e0eb7b49
Allow pool_begin_object in empty pool.
2002-01-09 13:06:02 +00:00
Joe Thornber
995fbc7330
o Remove anomalous punctuation.
2002-01-08 10:51:13 +00:00
Joe Thornber
10ab8949c4
o Introduction to pool for those without psychic powers.
2002-01-08 10:47:17 +00:00
Alasdair Kergon
671a13d295
Support for read-only.
2002-01-07 22:28:36 +00:00
Alasdair Kergon
14c3e2eccf
Missing close() in error case.
2002-01-07 22:25:57 +00:00
Joe Thornber
1c9606c824
o vgcreate wasn't setting vg->cmd
2002-01-07 15:27:55 +00:00
Joe Thornber
3cd47b5c9b
o New function 'merge_segments'
...
o Call said function at end of lv_extend
2002-01-07 15:08:28 +00:00
Joe Thornber
aedc729087
o tidy up renaming of archive files.
2002-01-07 14:21:33 +00:00
Joe Thornber
5f7cfa3fa9
o sync tool changes for backup stuff.
2002-01-07 11:12:11 +00:00
Joe Thornber
0083f30af5
o Added find_config_bool
2002-01-07 10:23:52 +00:00
Joe Thornber
4a06f05ef5
o Get format-text.c compiling.
2002-01-07 09:16:20 +00:00
Joe Thornber
8f37cadce8
o sync laptop to test machine.
2002-01-07 09:05:31 +00:00
Joe Thornber
55d828c35f
o Revert to the 6-4-4-4-4-4-6 format for uuid's
...
o When reading a uuid all -'s are stripped, wherever they are.
2002-01-04 16:55:14 +00:00
Alasdair Kergon
cdff28aca6
Put device name in quotes.
2002-01-03 17:47:48 +00:00
Alasdair Kergon
9dcabac9dd
Fix final comma in arrays.
2002-01-03 12:43:01 +00:00
Alasdair Kergon
13cb94909c
o Add autobackup support to tools (follows most vg_write calls).
...
o Skip autobackup when in test mode.
o Set test mode from config file.
o Create system/backup dirs if not present (unless LVM_SYSTEM_DIR holds "").
2001-12-31 21:27:39 +00:00
Alasdair Kergon
83c49e9745
o Use lvm_snprintf wherever return value is used
...
o Add parameters to set retention limits for backups
2001-12-31 19:09:51 +00:00
Alasdair Kergon
6edc4920ba
Redundant.
2001-12-31 17:26:42 +00:00
Alasdair Kergon
711d884c2e
Fix C99 error case handling (snprintf ret value >= buffer size).
2001-12-31 15:17:34 +00:00
Alasdair Kergon
183d1c4674
Fixes for compilation.
2001-12-31 15:14:44 +00:00
Joe Thornber
3251a708e4
o Added a quick vgcfgbackup, needs parameters as yet.
2001-12-20 16:05:14 +00:00
Joe Thornber
b5dbdbf7b2
o Debug version of the pool_grow stuff.
2001-12-20 12:27:41 +00:00
Joe Thornber
a9649e92c9
o sync backup changes
2001-12-20 11:52:54 +00:00
Patrick Caulfield
b561f1fa8b
Wipe the first label if writing the second one failed.
2001-12-18 14:39:32 +00:00
Joe Thornber
cecd7491b5
o sync the backup stuff
2001-12-17 19:46:10 +00:00
Joe Thornber
4b1da57ca1
o lvm_snprintf
...
Could everyone please use this from now on.
2001-12-17 14:04:10 +00:00
Heinz Mauelshagen
1661e545cb
Typos in error messages
2001-12-17 11:07:33 +00:00
Patrick Caulfield
0f57876233
Write the location of both labels in the labels so we can check them. I don't do
...
much with this ATM (apart from check that they all match up).
Use a different CRC routine.
2001-12-14 13:15:15 +00:00
Joe Thornber
1d25a3693d
o I figure if I can't remember how to use my code, then I should add
...
a comment. It's quite cool, wish I remember writing it.
2001-12-13 16:09:06 +00:00
Alasdair Kergon
45fa428bf1
Handle orphan PVs too, so hints remain valid after vgreduce.
2001-12-13 15:08:58 +00:00
Patrick Caulfield
3261261bfe
made the hard-coded 512 into BLOCK_SIZE just for neatness sake.
...
log_error() if writing the label fails so someone knows which was in error.
2001-12-13 08:40:47 +00:00
Alasdair Kergon
d4de7934f8
Add internal cache holding a 'hint' list of the PVs belonging to each VG.
...
A substantial speed-up - particularly in readline mode.
If the hints turn out to be wrong, the relevant parts get thrown away.
vgscan destroys it totally. In both cases it then rebuilds itself as
required.
2001-12-13 00:07:29 +00:00
Alasdair Kergon
c3475af809
fix for clean compilation
2001-12-12 16:25:53 +00:00
Joe Thornber
b12f707812
o silly bugs
2001-12-12 16:22:38 +00:00
Joe Thornber
22c0c34d60
o pool-debug version of end_object wasn't returning the object.
2001-12-12 16:05:52 +00:00
Joe Thornber
a60b66f230
o Add error checking in _new_chunk
2001-12-12 14:54:24 +00:00
Joe Thornber
83f6e93628
o pool-debug versions of begin_object, grow_object etc.
2001-12-12 14:25:20 +00:00
Patrick Caulfield
222b5f0229
Build label code into the library
2001-12-12 09:09:04 +00:00
Patrick Caulfield
30aa383e26
Use a proper CRC calculation.
2001-12-12 09:05:44 +00:00
Patrick Caulfield
676b401294
- Change label format to include a string disk_type and a version number.
...
- The iterator can find labels by string and also appropriate version number (==,
<= or any) if you want.
- Add labels_match() call that compares the two labels and returns an error if
they do not match.
- Write labels in sector 1 & last rather than 2 & last as per Joe.
2001-12-11 16:49:40 +00:00
Patrick Caulfield
199d2aafec
Fix label filter.
2001-12-11 14:17:10 +00:00
Joe Thornber
81952f56fd
o Add output_date
2001-12-11 12:29:25 +00:00
Joe Thornber
c5bac82b43
o flags.c reads and writes a status bitset
2001-12-11 12:18:56 +00:00