[Bug 1909399] Re: Exception during removal of OSD blacklist entries

2022-04-21 Thread Liam Young
*** This bug is a duplicate of bug 1883112 *** https://bugs.launchpad.net/bugs/1883112 ** This bug has been marked a duplicate of bug 1883112 rbd-target-api crashes with python TypeError -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1909399] Re: Exception during removal of OSD blacklist entries

2021-03-05 Thread Launchpad Bug Tracker
[Expired for ceph-iscsi (Ubuntu) because there has been no activity for 60 days.] ** Changed in: ceph-iscsi (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1909399] Re: Exception during removal of OSD blacklist entries

2021-01-04 Thread Thorbjørn Weidemann
Thanks for responding :-) I am not a Ceph expert either. Steps to reproduce: Short version: On a running ceph-cluster with at least one blacklisted osd: install ceph-iscsi. Long version: Installing Ceph is complicated, so here is a way to do it with ansible. I know this is a lot, but believe

[Bug 1909399] Re: Exception during removal of OSD blacklist entries

2021-01-04 Thread Thorbjørn Weidemann
Inventory needed in above comment. ** Attachment added: "ansible inventory" https://bugs.launchpad.net/ubuntu/+source/ceph-iscsi/+bug/1909399/+attachment/5449257/+files/inventory -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1909399] Re: Exception during removal of OSD blacklist entries

2021-01-04 Thread Sergio Durigan Junior
Thank you for taking the time to file a bug report. Could you please provide some reproduction steps here? I'm not a ceph expert, and it seems like there needs to be some initial configuration to make ceph work. I did spend some time trying to configure it here, but it'd be easier if you could

[Bug 1909399] Re: Exception during removal of OSD blacklist entries

2020-12-27 Thread Thorbjørn
I rebuilt the package with the suggested fix (add .encode() to the string constants "un-blacklisting" and "isn't blacklisted"), and now I get: Dec 27 13:29:22 ff-ceph-2 rbd-target-api[8350]: Removing blacklisted entry for this host : 192.168.1.61:6819/1587702737 Dec 27 13:29:24 ff-ceph-2

[Bug 1909399] Re: Exception during removal of OSD blacklist entries

2020-12-27 Thread Thorbjørn
I initially worked around this by manually un-blacklisting all the OSDs by for i in `sudo ceph osd blacklist ls|awk '{print $1}'`; do sudo ceph osd blacklist rm $i; done but the next morning the cluster wouldn't start, and stopping rbd-target-api and rbd-target-gw fixed it, so I uninstalled

[Bug 1909399] Re: Exception during removal of OSD blacklist entries

2020-12-27 Thread Thorbjørn
See source: ceph_iscsi_config/gateway.py line 46. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1909399 Title: Exception during removal of OSD blacklist entries To manage notifications about this