I have configured a CephFS fuse mount in fstab on my Alpine Linux 3.17 as follows:
none /data fuse.ceph ceph.id=filer,ceph.client_mds_namespace=files,_netdev 0 0
When I issue a mount -a
the filesystem is mounted properly to /data
as expected. However when booting the system the filesystem is not mounted but the netmount
service seems to be active:
~# rc-update add netmount boot
* rc-update: netmount already installed in runlevel `boot'; skipping
~#
Any ideas? I'm also wondering why I'm not able to see the netmount service on an rc-status boot
:
~# rc-status boot
Runlevel: boot
bootmisc [ started ]
networking [ started ]
syslog [ stopped ]
~#