2010年6月9日 星期三

修復XenServer重開機後無法掛載Openfiler iSCSI LUN

系統版本 Openfiler 2.3

1. 使用root身分登入openfiler

2. vi /etc/rc.sysinit (將333-337行的內容註解掉)

#       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

3. vi /etc/lvm/lvm.conf (修改53行的內容)

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

4. 輸入下列指令 
service aoe force-stop

5. 重開機
init 6

參考文件 https://forums.openfiler.com/viewtopic.php?id=2280&p=2

沒有留言:

張貼留言