Closed anoopcs9 closed 3 months ago
EXTRA_VARS="backend=cephfs.mgr.vfs test_sanity_only=1" make test
Above command successfully completed.
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.
Error ENOTSUP: Warning: due to ceph-mgr restart, some PG states may not be up to date\nModule 'smb' is not enabled/loaded (required by command 'smb apply'): use
ceph mgr module enable smb
to enable it
@phlogistonjohn
I happen to see this error on CI cluster(not locally for me) while trying to create smb cluster immediately after smb mgr module is enabled. May be we wait for mgr to be running after ceph mgr module enable smb
?
I happen to see this error on CI cluster(not locally for me) while trying to create smb cluster immediately after smb mgr module is enabled. May be we wait for mgr to be running after
ceph mgr module enable smb
?
Yes, try waiting or waiting longer. Enabling the module triggers a mgr restart and it's not the fastest.
updated code lgtm (modulo the restart issue you are seeing)
Added a task to wait for mgr restart to complete and tests successfully passed 😊 .
updated code lgtm (modulo the restart issue you are seeing)
Added a task to wait for mgr restart to complete and tests successfully passed 😊 .
I spoke too soon. Full test suite run has some smbtorture failures.
updated code lgtm (modulo the restart issue you are seeing)
Added a task to wait for mgr restart to complete and tests successfully passed 😊 .
I spoke too soon. Full test suite run has some smbtorture failures.
I think its good to start with the CI runs and eventually debug and provide fixes. Removing the do-not-merge
label.
smb
mgr module.smb
mgr module).Finally, we have a new backend - cephfs.mgr.vfs 😀 .