[15.1.1-rc] - "Module 'dashboard' has failed: ('pwdUpdateRequired',)"
After upgrading from 15.1.0 to 15.1.1 of Octopus im seeing this error for dashboard: cluster: id: c5233cbc-e9c2-4db3-85e1-423737a95a8c health: HEALTH_ERR Module 'dashboard' has failed: ('pwdUpdateRequired',) Also executing any command result in: Error EIO: Module 'dashboard' has experienced an error and cannot handle commands: ('pwdUpdateRequired',) How can i fix this problem? By disabling dashboard, Ceph status is back to OK but if i enable ceph dashboard then ERR given. Thanks, Gencer.
Hi Gencer, On 2020-03-22 09:37, Gencer W. Genç wrote:
After upgrading from 15.1.0 to 15.1.1 of Octopus im seeing this error for dashboard:
cluster:
id: c5233cbc-e9c2-4db3-85e1-423737a95a8c
health: HEALTH_ERR
Module 'dashboard' has failed: ('pwdUpdateRequired',)
Also executing any command result in:
Error EIO: Module 'dashboard' has experienced an error and cannot handle commands:
('pwdUpdateRequired',)
How can i fix this problem? By disabling dashboard, Ceph status is back to OK but if i enable ceph dashboard then ERR given.
Hmm, I thought we had fixed that bug by merging the following fix: https://github.com/ceph/ceph/pull/33513 @Volker, would you mind taking a look at this? Thanks in advance! Lenz -- SUSE Software Solutions Germany GmbH - Maxfeldstr. 5 - 90409 Nuernberg GF: Felix Imendörffer, HRB 36809 (AG Nürnberg)
Hi Volker, Sure, here you go: ============ {"users": {"gencer": {"username": "gencer", "password": "<BCRYPT_HASH_HERE>", "roles": ["administrator"], "name": "Gencer Gen\u00e7", "email": "gencer@xxx", "lastUpdate": 1580029921, "enabled": true, "pwdExpirationDate": null}}, "roles": {}, "version": 2} ============ Gencer.
Hi Gencer, you can fix the Dashboard user database with the following command: # ceph config-key get "mgr/dashboard/accessdb_v2" | jq -cM ".users[].pwdUpdateRequired = false" | ceph config-key set "mgr/dashboard/accessdb_v2" -i - Regards Volker Am 23.03.20 um 16:22 schrieb gencer@gencgiyen.com:
Hi Volker,
Sure, here you go:
============ {"users": {"gencer": {"username": "gencer", "password": "<BCRYPT_HASH_HERE>", "roles": ["administrator"], "name": "Gencer Gen\u00e7", "email": "gencer@xxx", "lastUpdate": 1580029921, "enabled": true, "pwdExpirationDate": null}}, "roles": {}, "version": 2} ============
Gencer. _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
-- Volker Theile Software Engineer | Ceph | openATTIC Phone: +49 173 5876879 E-Mail: vtheile@suse.com SUSE Software Solutions Germany GmbH Maxfeldstr. 5 90409 Nürnberg Germany (HRB 36809, AG Nürnberg) Managing Director: Felix Imendörffer
Hi Volker, Thank you so much for your quick fix for me. It worked. I got my dashboard back and ceph is in HEALTH_OK state. Thank you so much again and stay safe! Regards, Gencer.
Hi Gencer, could you please post the output of $ ceph config-key get "mgr/dashboard/accessdb_v2" Regards Volker Am 22.03.20 um 09:37 schrieb Gencer W. Genç:
After upgrading from 15.1.0 to 15.1.1 of Octopus im seeing this error for dashboard:
cluster:
id: c5233cbc-e9c2-4db3-85e1-423737a95a8c
health: HEALTH_ERR
Module 'dashboard' has failed: ('pwdUpdateRequired',)
Also executing any command result in:
Error EIO: Module 'dashboard' has experienced an error and cannot handle commands:
('pwdUpdateRequired',)
How can i fix this problem? By disabling dashboard, Ceph status is back to OK but if i enable ceph dashboard then ERR given.
Thanks,
Gencer.
_______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
-- Volker Theile Software Engineer | Ceph | openATTIC Phone: +49 173 5876879 E-Mail: vtheile@suse.com SUSE Software Solutions Germany GmbH Maxfeldstr. 5 90409 Nürnberg Germany (HRB 36809, AG Nürnberg) Managing Director: Felix Imendörffer
participants (4)
-
Gencer W. Genç
-
gencer@gencgiyen.com
-
Lenz Grimmer
-
Volker Theile