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

Mounting volume when NFS4 is not available on the host system #273

Open
conneryn opened this issue Sep 8, 2021 · 0 comments
Open

Mounting volume when NFS4 is not available on the host system #273

conneryn opened this issue Sep 8, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@conneryn
Copy link
Contributor

conneryn commented Sep 8, 2021

Summary:

NFS4 is required on the users host computer in order to successfully mount volumes using czctl. This requirement should be clearly communicated to the user, and if it is missing, the user should be provided helpful/clear messaging of what needs to be done.

To Reproduce:

Steps to reproduce the behavior:

  1. Use clean Ubuntu installation
  2. Install czctl
  3. Try to mount a deployment
  4. See error

Observed Results:

A warning is displayed that mount was provided "bad options", however this is not immediately clear why this failed.

Expected Behavior:

Use should receive a more detailed error message saying that NFS4 must be installed.

Ideally this would include specific instructions on how to fix the issue. (ex: sudo apt install nfs-common)

Screenshots:

image

Failure Logs

mount: /home/connery/mnt: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount. helper program.

@conneryn conneryn added the bug Something isn't working label Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants