root [ ~ ]# mount -v -t cifs -o vers=3.0,domain=ent,username=user //##.##.##.##/path /root/mnt/
mount: /root/mnt: cannot mount //##.##.##.##/path read-only.
dmesg(1) may have more information after failed mount system call.
VKS Guest Cluster
cifs-utils is required to mount the shares properly.cifs-utils package by default. mount.cifs. If it returns nothing, the package is missing.
The best way to enable the cifs-utils package for a guest cluster is to build a custom image that includes the package you need. Once you've validated that you have a working configuration, this will prevent the package from being removed during reboots, which will happen if you manually install the package due to the immutable nature of the nodes.