[linux-lvm] [PATCH 1/2] python: Make lv addTag/removeTag persistant

Alasdair G Kergon agk at redhat.com
Tue Apr 7 21:04:54 UTC 2015


On Tue, Apr 07, 2015 at 03:54:01PM -0500, Tony Asleson wrote:
> +    if (lvm_vg_write(self->parent_vgobj->vg) == -1)

In the end, you may need to make this configurable for the library user
(consistently over all functions).
Some users will want to set lots of properties on lots of LVs followed
by a single atomic commit for them all; whereas other users will want to
commit each change independently.

Alasdair




More information about the linux-lvm mailing list