Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cephfs: upgrading mount syntax #5090

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from
Open

Conversation

MageekChiu
Copy link

The old syntax is almost deprecated,and there are reasons to upgrade it

  • old syntax is lack of fsid param, which is critical for debugging and observability
  • mds_namespace is deprecated, so it might be inappropriate to continue using it
  • kernel will try new syntax first and then the old one(check with mount -v), it is a waste to use the old one

The old syntax is almost deprecated,and there are reasons to upgrade it
 - old syntax is lack of fsid param, which is critical for debugging and observability
 - mds_namespace is deprecated, so it might be inappropriate to continue using it
 - kernel will try new syntax first and then the old one(check with mount -v), it is a waste to use the old one

Signed-off-by: mageekchiu <[email protected]>
@mergify mergify bot added the component/cephfs Issues related to CephFS label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/cephfs Issues related to CephFS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant