-
Notifications
You must be signed in to change notification settings - Fork 1
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
cephadm-rookify-setup: Waiting for disabled original ceph-rgw host worker1 to disconnect #106
Comments
Do you have any idea maybe @NotTheEvilOne ? |
You are basically hitting line https://github.com/SovereignCloudStack/rookify/blob/main/src/rookify/modules/migrate_rgws/main.py#L103. That means that as long as Please check the output of Please note that you might check an issue discovered lately and fixed in #101 (updated in #103). Ensure you are running the latest code :) |
ok I tested some more, running latest code of main branch and yes it runs quite indefinetly I fear. all modules from this list are working for me except migrate_rgws (or migrate_mgr to be more precies, or am I missing something here maybe?) :
migrate_rgws generates the error I mentioned above. So becuase of the error you noted, i guess it is actually the migrate_mgr which is the real issue, at least for my setup. Following output in ceph status:
following output of json format:
|
Fixes an issue found related to #106 with systemd RGW systemd file name template not being usable at all. Fixes: #106 Signed-off-by: Tobias Wolf <[email protected]>
I added rgw objects, buckets with files, for an own zone, zonegroup and so on. Following setup (see at the end of the yaml file):
when running migration with
rookify -m
setup hangs at disabling origin ceph-rgw:Checking the pods in k3s give following insights:
Description of one of those pods shows this:
Will check if this is because of some configurational mistakes of my own, maybe not enough resoruces (RAM?), or otherwise this might be a bug.
The text was updated successfully, but these errors were encountered: