Quantcast
Viewing all articles
Browse latest Browse all 2849

System and Network configuration • Re: Open-iSCSI service fails to mount and umount on boot

Hello,

How did you choose the UUID value for the iSCSI initiator disk in the /etc/fstab ?

According to the wiki page you linked in the previous post:
You can then mount the new device, but under most situation, you will want to use LABEL= syntax in /etc/fstab (see e2label).

#device mount point FS Options Backup fsck
LABEL=data1 /mnt/data1 ext3 _netdev 0 0
Why did you choose to use the UUID instead of the disk label ?

What is the status for open-iscsi.service and iscsid.service when mount fails after boot ? You can check with the following commands:

Code:

sudo journalctl status open-iscsi.service sudo journalctl status iscsid.service 
Just a wild guess; perhaps you may also try adding the following options to the /etc/ftab (replace the UUID with the proper value) to ask systemd to start the open-iscsi.service before mounting the iSCSI device.

Code:

UUID=89087... /mnt/mount.d ext4 _netdev,nofail,x-systemd.requires=open-iscsi.service    0   0
Hope this helps

Statistics: Posted by Aki — 2024-12-05 20:05



Viewing all articles
Browse latest Browse all 2849

Trending Articles