I'm in the final stages of reconfiguring all kind of storage on my OMV server. Amongst others, I have removed an old mergerfs ("MyFarm"), which I don't need anymore. I've also resolved an old Raid5 configuration and moved it to a new mergerfs ("DATA") + snapraid configuration. Everything works without problems.
I've just found a relic of the old "MyFarm" mergerfs, which IMHO should not be there anymore, i.e. my /srv directory contains an "old" mountpoint /srv/38e633b3-.... I remember it stemming from the old "MyFarm" pool. Indeed, there neither is an entry related to it in /etc/fstab, nor in /etc/openmediavault/config.xml. I've researched where the mountpoint is coming from and found it stemming from "systemd".
I've greped for the identfier in the /etc/systemd directory and found the following:
system/multi-user.target.wants/srv-38e633b3\x2d0da4\x2d40fa\x2d96a2\x2d8680e8063df3.mount:What = MyFarm:38e633b3-0da4-40fa-96a2-8680e8063df3
system/multi-user.target.wants/srv-38e633b3\x2d0da4\x2d40fa\x2d96a2\x2d8680e8063df3.mount:Where = /srv/38e633b3-0da4-40fa-96a2-8680e8063df3
system/multi-user.target.wants/srv-38e633b3\x2d0da4\x2d40fa\x2d96a2\x2d8680e8063df3.mount:Options = branches=/srv/dev-disk-by-uuid-095b0e6e-9bfe-4f4
0-853d-7d25281843ad:/srv/dev-disk-by-uuid-8c6c217f-6d5d-41b2-a0d1-0fb81d2d6631:/srv/dev-disk-by-uuid-1c04fa35-5995-4b24-ae4b-eae60638f88b:/srv/dev-d
isk-by-uuid-ce4d699d-7aba-473e-8807-47e5a1a557eb,category.create=epmfs,minfreespace=4G,fsname=MyFarm:38e633b3-0da4-40fa-96a2-8680e8063df3,defaults,a
llow_other,cache.files=off,use_ino
system/srv-38e633b3\x2d0da4\x2d40fa\x2d96a2\x2d8680e8063df3.mount:What = MyFarm:38e633b3-0da4-40fa-96a2-8680e8063df3
system/srv-38e633b3\x2d0da4\x2d40fa\x2d96a2\x2d8680e8063df3.mount:Where = /srv/38e633b3-0da4-40fa-96a2-8680e8063df3
system/srv-38e633b3\x2d0da4\x2d40fa\x2d96a2\x2d8680e8063df3.mount:Options = branches=/srv/dev-disk-by-uuid-095b0e6e-9bfe-4f40-853d-7d25281843ad:/srv
/dev-disk-by-uuid-8c6c217f-6d5d-41b2-a0d1-0fb81d2d6631:/srv/dev-disk-by-uuid-1c04fa35-5995-4b24-ae4b-eae60638f88b:/srv/dev-disk-by-uuid-ce4d699d-7ab
a-473e-8807-47e5a1a557eb,category.create=epmfs,minfreespace=4G,fsname=MyFarm:38e633b3-0da4-40fa-96a2-8680e8063df3,defaults,allow_other,cache.files=o
ff,use_ino
Display More
I'm not that familiar with systemd, but it seems to me that this relic mountpoint is created there. Could you let me know how I can rid of it? I think it should be removed from the configuration...