-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add support for samba setup using ceph smb
manager module
#113
Conversation
Above command successfully completed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes to add smb mgr module support look correct to me. I have some questions around how to possibly use the module more efficiently but I'd be fine with merging this as it is too.
playbooks/ansible/roles/sit.cephfs/templates/ceph.smb.usersgroups.yml.j2
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
I've added the do-not-merge label to include the suggestions from @phlogistonjohn and @xhernandez in the current PR itself. I'll update shortly. |
a2c6d84
4de0615
to
a2c6d84
Compare
@phlogistonjohn |
Yes, try waiting or waiting longer. Enabling the module triggers a mgr restart and it's not the fastest. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated code lgtm (modulo the restart issue you are seeing)
a2c6d84
to
f526062
Compare
Added a task to wait for mgr restart to complete and tests successfully passed 😊 . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks ok to me.
I spoke too soon. Full test suite run has some smbtorture failures. |
Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
f526062
to
3999aae
Compare
I think its good to start with the CI runs and eventually debug and provide fixes. Removing the |
smb
mgr module.smb
mgr module).Finally, we have a new backend - cephfs.mgr.vfs 😀 .