https://rancher.com/ logo
Title
c

cool-ocean-71403

07/01/2022, 10:44 AM
How do I enable mount propagation on my alpine linux k3s installation to make it work with longhorn storage? I tried to deploy longhorn but the manager container is not starting up due to this mount propagation error. Any help would be appreciated. @high-waitress-66594 I think perhaps you can provide some insights on how to solve this.
h

high-waitress-66594

07/01/2022, 9:11 PM
hmm, have you posted this problem as an issue on longhorns github?
c

cool-ocean-71403

07/01/2022, 9:24 PM
No. Btw using mount --make-rshared / fixed the problem and the longhorn pods deployed properly. But I have a feeling that when deploying any pv it might give me more errors. Will test it after I get back home today.
h

high-waitress-66594

07/01/2022, 11:31 PM
Yeah the ‘mount -make-rshared /‘ should do it but I was hoping to have that run by the longhorn folks because I don't remember that being a requirement
c

cool-ocean-71403

07/04/2022, 8:15 PM
Well, glad to say that longhorn is working as expected.
mount --make-rshared /
this fixed the problem on default alpine linux installation. @high-waitress-66594 I tried to find for a good s3 compatible object storage implementing guide for longhorn backups. But seems like they only have aws s3 guide and nothing else. Might be worth adding some docs for other s3 compatible apis. Also, how about allowing multiple backup destinations? multiple s3 storages and nfs shares and the ability to select which volumes get backup where.
👍 1