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

Mount Script to mount the Kadalu Volume #86

Closed
aravindavk opened this issue Oct 29, 2021 · 1 comment
Closed

Mount Script to mount the Kadalu Volume #86

aravindavk opened this issue Oct 29, 2021 · 1 comment

Comments

@aravindavk
Copy link
Member

mount -t kadalu [OPTIONS] <host>:<volname> <mount-point>

Also add support for readonly mount for Snapshot Volume.(May be as a separate issue)

@aravindavk aravindavk transferred this issue from another repository Dec 1, 2021
@aravindavk
Copy link
Member Author

This commit implements this feature 43adc61

kadalu volfile get client mycluster/vol1 -o ./vol1.vol
mount -t kadalu ./vol1.vol /mnt/vol1 -o log-file=./mnt-vol1.log
kadalu mount ./vol1 /mnt/vol1 -o log-file=./mnt-vol1.log

Fetching volfile from server is pending. I will open new issue to track that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant