Re: [ceph-users] ceph iscsi kernel 4.15 - "failed with 500"

2018-02-14 Thread Mike Christie
On 02/13/2018 01:09 PM, Steven Vacaroaia wrote: > Hi, > > I noticed a new ceph kernel (4.15.0-ceph-g1c778f43da52) was made available > so I have upgraded my test environment > ... > > It will be appreciated if someone can provide instructions / stpes for > upgrading the kernel without break

Re: [ceph-users] ceph iscsi kernel 4.15 - "failed with 500"

2018-02-14 Thread Steven Vacaroaia
works now - I believe the issue was missing /etc/target directory on one server Just in case anyone else is interested, here is what I had to do 1. make sure there is an /etc/target folder on all your iSCSI gateway servers 2. install latest version of python-pyudev ( for whatever reason I had to

Re: [ceph-users] ceph iscsi kernel 4.15 - "failed with 500"

2018-02-14 Thread Jason Dillaman
Have you updated to ceph-iscsi-config-2.4-1 and ceph-iscsi-cli-2.6-1? Any error messages in /var/log/rbd-target-api.log? On Wed, Feb 14, 2018 at 8:49 AM, Steven Vacaroaia wrote: > Thank you for the prompt response > > I was unable to install rtslib even AFTER I installed latest version of > pytho

Re: [ceph-users] ceph iscsi kernel 4.15 - "failed with 500"

2018-02-14 Thread Steven Vacaroaia
Thank you for the prompt response I was unable to install rtslib even AFTER I installed latest version of python-pydev ( 0.21) git clone git://github.com/pyudev/pyudev.git pyudev]# pip install --upgrade . Processing /root/pyudev Collecting six (from pyudev==0.21.0dev-20180214) Downloading six

Re: [ceph-users] ceph iscsi kernel 4.15 - "failed with 500"

2018-02-13 Thread Jason Dillaman
It looks that that package was configured to auto-delete on shaman. I've submitted a fix so it shouldn't happen again in the future, but in the meantime I pushed and built python-rtslib-2.1.fb67-1 [1]. [1] https://shaman.ceph.com/repos/python-rtslib/ On Tue, Feb 13, 2018 at 2:09 PM, Steven Vacaro