This worked out for me (Openfiler 2.3 x64 / Xen 5 Hotfix 1)
Comment this out in /etc/rc.sysinit, lines 333-337
Code:
# if [ -x /sbin/lvm.static ]; then
# if /sbin/lvm.static vgscan --mknodes --ignorelockingfailure > /dev/null 2>&1 ; then
# action $"Setting up Logical Volume Management:" /sbin/lvm.static vgchange -a y --ignorelockingfailure
# fi
# fi
Change in /etc/lvm/lvm.conf, line 53
Code:
filter = [ "r|/dev/dm-*|", "r|/dev/VG_XenStorage*|", "r|/dev/sr/iscsi|", "a/.*/" ]
Then, run the following command: chkconfig aoe off
