Skip to content

Commit 3d3f92a

Browse files
Abdul KarimAbdul Karim
authored andcommitted
New option to allow override of how fstab entries get created.
New option to override how fstab entries get created. For vols such as vxvm, using uuid does not work. it should always be devpath. This will allow to control this. ncm-lib-blockdevices has been code updated to check for this option, if defined and true, it will ignore uuid and always use devpath when creating entries in fstab. Requires ncm-lib-blockdevices >=25.x
1 parent 91cd898 commit 3d3f92a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

quattor/filesystems.pan

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,6 @@ type structure_filesystem = {
7474
"ksfsformat" ? boolean
7575
@{ When defined and false, AII will ignore this filesystem }
7676
"aii" ? boolean
77+
@{When defined and true, the device path will be used in fstab for the mount point, even if a UUID is available.}
78+
"mount_devpath" ? boolean
7779
};

0 commit comments

Comments
 (0)