I have multiple samba shares setup via fstab which is working absolutly fine. And I have full access to them as needed via ssh and console. However, even though I have the mappings on all my lxc's correct and have been happily using them for a long while, all of a sudden on my latest reboot I am getting the following errors:
[hookscript-dep-check] VMID 100: Storage '/share/Server,mp=/share/Server' is not active (current status: 'inactive/unknown'). Waiting 5s... (Attempt 1/60)
My fstab is:
//10.32.0.5/Server /share/Server cifs _netdev,x-systemd.automount,defaults,async,exec,noatime,nobrl,forceuid,forcegid,uid=100000,gid=110000,dir_mode=0777,file_mode=0777,credentials=/root/.smbcreds 0 0
My lxc conf for mapping is:
mp1: /share/Server,mp=/share/Server
I do have 2 machines running in quorum (3rd machine is my NAS which is running a VM PBS that is acting as the 3rd member) and is coming up all ok there.
[hookscript-dep-check] VMID 100: Storage '/share/Server,mp=/share/Server' is not active (current status: 'inactive/unknown'). Waiting 5s... (Attempt 1/60)
My fstab is:
//10.32.0.5/Server /share/Server cifs _netdev,x-systemd.automount,defaults,async,exec,noatime,nobrl,forceuid,forcegid,uid=100000,gid=110000,dir_mode=0777,file_mode=0777,credentials=/root/.smbcreds 0 0
My lxc conf for mapping is:
mp1: /share/Server,mp=/share/Server
I do have 2 machines running in quorum (3rd machine is my NAS which is running a VM PBS that is acting as the 3rd member) and is coming up all ok there.