Remote Support

Click Here

Newsletter

* Email
* First Name
* Last Name
Phone
Business
* = Required
Openfiler and XenServer Reconnection Issues PDF Print E-mail

If you are trying to use OpenFiler 2.3 as a storage repository for Citrix XenServer, you may run into a reconnection issue when you reboot OpenFiler.  Namely, you cannot reconnect your iSCSI data storage.

The problem has to do with OpenFiler scanning the volume created by XenServer in the iSCSI Volume Group.

How to fix?  This worked for me:

1. Comment this out in /etc/rc.sysinit: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

2. Change in /etc/lvm/lvm.conf:53

Code:

filter = [ "r|/dev/dm-*|", "r|/dev/VG_XenStorage*|", "r|/dev/sr/iscsi|", "a/.*/" ]

3.  Turn off AOE (ATA over Ethernet)

chkconfig aoe off



4. Restart and you should be good to go.

Credit goes to:

https://forums.openfiler.com/viewtopic.php?id=2280

Last Updated on Thursday, 01 April 2010 09:46
 

Add comment


Security code
Refresh