c8d/mount: Use ref-counted mounter by default#47105
Conversation
|
Looks like this solves the It also fixes |
|
I did see it fail in but only in test (graphdriver) / integration (ubuntu-20.04, rootless). I have no idea if that's a flake, or happens to be using the filesystem that needs to not be ref-counted, and triggers it because of how it's using mount options. I flag it because different mount options seem like something that should produce a new mount rather than refcounting an existing mount, and I don't see any code in |
|
It's a known flaky test: #46508 and it's not related here, the live restore volume mount does not happen through this ref counted mounter. |
All commonly used filesystems should use ref-counted mounter, so make it the default instead of having to whitelist them. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
79557e8 to
ae6468b
Compare
All commonly used filesystems should use ref-counted mounter, so make it the default instead of having to whitelist them.
- What I did
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)