millions-gold-16761
01/24/2023, 9:46 PMspec: failed to generate spec: path "/var/lib/longhorn/" is mounted on "/" but it is not a shared mount
shared
(as well as rshared
)/lib/systemd/system/docker.service
to use MountFlags
so that it'd be able to use it.CreateContainerError (failed to generate container "6f8e6dfe2d8bbe8ce3f849cc50c4be90dc727ee7855d189de51dce2294a59e9a" spec: failed to generate spec: path "/var/lib/longhorn/" is mounted on "/" but it is not a shared mount)
alert-policeman-61846
01/25/2023, 6:28 PMmount --make-rshared /
millions-gold-16761
01/25/2023, 6:32 PMfindmnt -o TARGET,PROPAGATION /
says it's currently just shared
, but the start script says for rshared
, so I'm restarting the server now to see if it's just somehow not been rebooted since it took effectshared
. Even after manually setting it, it still only shows shared
. So I'll have to hunt down if some other nonsense is going on.famous-journalist-11332
01/26/2023, 6:17 AMmillions-gold-16761
01/26/2023, 1:45 PMzvol
formatted to ext4
doesn't do it. That fixed the weird k3s snapshot issues and finally got the Rancher manager docker container to do anything.
I guess I'll have to do a full server rebuild and reformat the drive arrays.famous-journalist-11332
01/26/2023, 11:01 PMI guess I'll have to do a full server rebuild and reformat the drive arrays.Please update us the result