[linux-lvm] discuss: about master branch vgcreate parameter "--clustered"

heming.zhao at suse.com heming.zhao at suse.com
Mon Dec 28 08:35:46 UTC 2020


Hello,

On master branch, clvmd had been removed, the "-c | --clustered" is deprecated.

```
~> sudo vgcreate -c n vg1 /dev/sda
The clustered option is deprecated, see --shared.
Run `vgcreate --help' for more information.
~> echo $?
3
```

It looks the -c is useless, it only shows deprecated info and exit.
Is it possible to remove the -c from lvm code?

Thanks & Merry Christmas




More information about the linux-lvm mailing list