diff options
author | Alasdair Kergon <agk@redhat.com> | 2002-01-10 23:21:07 +0000 |
---|---|---|
committer | Alasdair Kergon <agk@redhat.com> | 2002-01-10 23:21:07 +0000 |
commit | 4a624ca05565fb3e6cb12a588823b551a528e86a (patch) | |
tree | 5ca3977611392f65a44be29f43559202074334cd /tools/stub.h | |
parent | c6cc24ea3f84672e8e33855eeb2de0fda7019107 (diff) | |
download | lvm2-4a624ca05565fb3e6cb12a588823b551a528e86a.tar.gz |
o ACTIVE is no longer a status flag - lv_active() used to check if an LV
is active in the device-mapper.
o Many operations can be carried out regardless of whether the VG is
active or not.
o vgscan does not activate anything - use vgchange.
o Change lvrename to support renaming of active LVs.
o Remove '//' appearing in some pathnames.
o Dummy lv_check_segments() for compilation.
Diffstat (limited to 'tools/stub.h')
-rw-r--r-- | tools/stub.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/stub.h b/tools/stub.h index 5bf2e78d0..fa6e6e3a8 100644 --- a/tools/stub.h +++ b/tools/stub.h @@ -13,4 +13,5 @@ int vgexport(int argc, char **argv) {return 1;} int vgimport(int argc, char **argv) {return 1;} int vgmknodes(int argc, char **argv) {return 1;} int vgsplit(int argc, char **argv) {return 1;} +int vgcfgrestore(int argc, char **argv) {return 1;} |