PowerFlex ScaleIO Software Cannot boot Linux SDC when SCINI devices added to /etc/fstab
Summary: The server will not boot after adding the (scini) disk device entry in the /etc/fstab.
Symptoms
The customer presented ScaleIO "SCINI" devices as multipath devices in their RH server using KB: 000484523
When the customer added the (scini) disk device entry in the /etc/fstab and rebooted the host, the server will not reboot.
If the customer removes the fstab entry, the system boots up and the 'multipath -ll' entry shows the SCINI disks.
Cause
The _netdev option is required when mounting Dell EMC SIO devices at boot time.
This is because the network must be up so the host can access the SIO volumes.
The _netdev option prevents the file system from being mounted until the network is available.
Resolution
Flex devices should be mounted with the _netdev option in /etc/fstab to permit boot-time fsck.
from mount man page
_netdev
The file system resides on a device that requires network access.
(used to prevent the system from attempting to mount these file systems until the network has been enabled on the system.)