Subject:
QuantaStor only creates XFS or ZFS based Storage Pools, and we do not add entries into the fstab file for those storage pools, we bring the Storage pools online via our management system.
Details:
Any additional entries in the "/etc/fstab" file are due to a manual entry or added during the initial provisioning process and should be commented out.
Example of a normal fstab file:
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
UUID=ac8b7efe-f2e3-48cb-a677-d78082b58307 / ext3 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=136d9c7c-071d-40bf-89ee-0b274abfac36 none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
Additional detail can be found at this link:
QuantaStor_Administrators_Guide#Managing_Storage_Pools
Comments