Commit Graph

126 Commits

Author SHA1 Message Date
Joe Thornber
03766d66e3 Install in sbin 2011-12-15 14:44:43 +00:00
Joe Thornber
ef66888326 merge 2011-12-15 14:35:01 +00:00
Heinz Mauelshagen
7ba9183d34 Use basename(argv[0]) where appropriate to avoid hard coded tool name 2011-12-15 15:17:49 +01:00
Heinz Mauelshagen
3d52279dc3 version.h.in 2011-12-15 14:58:25 +01:00
Joe Thornber
af22645635 Merge branch 'heinz-changes' of github.com:jthornber/thin-provisioning-tools 2011-12-15 13:57:21 +00:00
Heinz Mauelshagen
0061d0b880 Support {-V|--version} and adjust usage syntax 2011-12-15 14:55:38 +01:00
Heinz Mauelshagen
8414bb69d8 Support {-V|--version} and adjust usage syntax 2011-12-15 14:54:40 +01:00
Joe Thornber
8b65410f37 thin_repair no longer links with expat 2011-12-15 13:53:07 +00:00
Joe Thornber
e52ec8c89c allow make DESTDIR=... install 2011-12-15 13:35:47 +00:00
Heinz Mauelshagen
4e8f255e97 Adjust Copyright and add information that thin_repair is a checker only until extended 2011-12-15 14:10:10 +01:00
Joe Thornber
d2761239cf typo 2011-12-15 13:00:34 +00:00
Joe Thornber
8e3fc015a9 Merge branch 'heinz-changes' of github.com:jthornber/thin-provisioning-tools 2011-12-15 12:57:54 +00:00
Heinz Mauelshagen
977716d673 Man pages 2011-12-15 13:56:48 +01:00
Joe Thornber
8210387b11 remove ruby and valgrind checks from configure.in 2011-12-15 12:56:16 +00:00
Heinz Mauelshagen
79c26ee253 Remove erroneous subpackage 2011-12-15 12:53:54 +01:00
Heinz Mauelshagen
e20d84d4c3 Adjust license to GPLv3 2011-12-15 12:50:10 +01:00
Heinz Mauelshagen
b6ec089405 specfile 2011-12-15 12:44:56 +01:00
Heinz Mauelshagen
e4d987c883 Remove boost library from README 2011-12-15 11:53:15 +01:00
Heinz Mauelshagen
d74b3ff35f Remove boost_program_options from {configure,Makefile}.in 2011-12-14 21:07:57 +01:00
Heinz Mauelshagen
e701a5a40b Adjust file error message to original one. 2011-12-14 21:01:51 +01:00
Heinz Mauelshagen
38117b1dc6 Add missing dump file message 2011-12-14 17:41:43 +01:00
Heinz Mauelshagen
6ba6d6a28c Remove po:: namespace and fix short options in thin_dump.cc. Switch thin_restore away from boost_rogram_options to getopt_long. 2011-12-14 17:38:26 +01:00
Heinz Mauelshagen
bad6aff58b Switch thin_dump.cc from boost command line option parsing to getopt_long 2011-12-14 15:55:50 +01:00
Joe Thornber
78e37bb234 no point making a release target, just run mk_release 2011-12-09 13:01:56 +00:00
Joe Thornber
b4e678b42e more build stuff 2011-12-09 12:54:51 +00:00
Joe Thornber
1735982eb5 first pass at autoconfing 2011-12-06 15:47:24 +00:00
Joe Thornber
bfe22274d9 actually add the copyright 2011-12-06 13:53:05 +00:00
Joe Thornber
cc9dab3ead --amend 2011-12-06 13:43:56 +00:00
Joe Thornber
c351a79815 Add copyright 2011-12-06 13:43:44 +00:00
Joe Thornber
f6acb7a96f add the -O8 flag back in 2011-11-24 12:43:03 +00:00
Joe Thornber
bf034794c7 add expat to the dependencies in README 2011-11-23 11:05:06 +00:00
Joe Thornber
dc420bcc23 use sm transactional around sm disks 2011-11-21 12:17:38 +00:00
Joe Thornber
4df2123e9f fix some btree bugs 2011-11-21 12:17:16 +00:00
Joe Thornber
94df55c122 space_map_transactional 2011-11-16 13:17:49 +00:00
Joe Thornber
a162073291 make root_size() and copy_root() const 2011-11-16 13:17:23 +00:00
Joe Thornber
f503cf7fbe add clone method to checked_space_map 2011-11-16 13:15:32 +00:00
Joe Thornber
876dd2427f change sm->new_block() to return an optional 2011-11-16 12:53:37 +00:00
Joe Thornber
404ca5ba30 add begin and end methods to run_list 2011-11-16 12:49:28 +00:00
Joe Thornber
3b471d6ebf Merge branch 'master' of ssh://192.168.2.104/home/ejt/work/RedHat/thin-provisioning-tools 2011-11-16 12:21:45 +00:00
Joe Thornber
e82cfbdfa1 add some example metadata dumps 2011-11-16 12:17:23 +00:00
Joe Thornber
6417af5daa run_list 2011-11-15 15:41:27 +00:00
Joe Thornber
f0bc22cfdd remove some useless methods 2011-11-10 15:42:02 +00:00
Joe Thornber
4db58e0294 no need for sm_disk and sm_metadata subclasses now 2011-11-10 15:30:36 +00:00
Joe Thornber
0bd9aa33bf factor out index_store abstraction for disk space maps 2011-11-10 14:55:02 +00:00
Joe Thornber
9d0686fce7 remove a spurious space in xml output 2011-11-09 11:38:46 +00:00
Joe Thornber
4f325b96ad recursive space map 2011-11-09 11:12:33 +00:00
Joe Thornber
45042ed0e1 remove non-validator version of tm::begin 2011-11-08 11:44:19 +00:00
Joe Thornber
2cb8f1308b tm::shadow() must take a validator 2011-11-08 11:14:30 +00:00
Joe Thornber
d3d42c5f54 Use sm_decrementer to remove another explicit try/catch 2011-11-08 11:08:51 +00:00
Joe Thornber
61a6db080d add sm_decrementer 2011-11-08 11:08:16 +00:00