On Mon, Oct 30, 2017 at 02:06:45PM +0800, Eric Ren wrote: > """ > contents = "Text Format Volume Group" > version = 1 > > description = "Created *before* executing 'vgs'" > """ > I'm wondering when and why the new backups will be created by reporting > command like vgs? Very simply if the metadata the command has just read in does not match the last backup stored in the local filesystem and the process is able and configured to write a new backup. The command that made the metadata change might not have written a backup if it crashed, was configured not to write backups, was running with the filesystem readonly (e.g. booted into a recovery mode), ran on a different node in a cluster, ran as part of an installer that chose not to give you any metadata backups, performed metadata recovery etc. (Plus an old release had a bug where the checking went wrong and it made a backup every time even though nothing had actually changed.) Alasdair _______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/