Hello,
I've reinstalled a 2 node cluster where we use iSCSI storage. We apply a filter to avoid host loading guest LVM. On these two servers I found the following snippet, preventing our configuration:
Is there any option to prevent these lines to be appended to /etc/lvm/lvm.conf ?
I guess it is added at installation because these lines are not apended since last reboot this morning.
Regards
I've reinstalled a 2 node cluster where we use iSCSI storage. We apply a filter to avoid host loading guest LVM. On these two servers I found the following snippet, preventing our configuration:
Code:
devices {
# added by pve-manager to avoid scanning ZFS zvols
global_filter=["r|/dev/zd.*|"]
}
Is there any option to prevent these lines to be appended to /etc/lvm/lvm.conf ?
I guess it is added at installation because these lines are not apended since last reboot this morning.
Regards