1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/test
Peter Rajnoha ecfa465366 metadata: ask for confirmation before really initializing/removing PV that is marked as belonging to a VG
Ask for confirmation when using pvcreate/pvremove on a PV which is
marked as belonging to a VG, just like we do in case of a PV which
belongs to known VG:

$ pvcreate -ff /dev/sda
Really INITIALIZE physical volume "/dev/sda" that is marked as belonging to a VG [y/n]? n
  /dev/sda: physical volume not initialized

$ pvremove -ff /dev/sda
Really WIPE LABELS from physical volume "/dev/sda" that is marked as belonging to a VG [y/n]? n
  /dev/sda: physical volume label not removed
2016-02-18 14:33:54 +01:00
..
api doc: change fsf address 2016-01-21 12:11:37 +01:00
dbus lvmdbus: Add new daemon. 2016-02-17 23:53:35 +00:00
lib doc: change fsf address 2016-01-21 12:11:37 +01:00
shell metadata: ask for confirmation before really initializing/removing PV that is marked as belonging to a VG 2016-02-18 14:33:54 +01:00
unit doc: change fsf address 2016-01-21 12:11:37 +01:00
.gitignore gitignore: Remove redundant test dir entry 2012-06-08 23:34:15 +01:00
Makefile.in doc: change fsf address 2016-01-21 12:11:37 +01:00