[Bug 1939390] Re: Missing dependency: lsscsi

2024-09-05 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/charm-cinder/+/926601 Committed: https://opendev.org/openstack/charm-cinder/commit/9a6ab28af2f5b01bc5ebc54c7cde3248dd65b53e Submitter: "Zuul (22348)" Branch:stable/zed commit 9a6ab28af2f5b01bc5ebc54c7cde3248dd65b53e Author: Nobuto Murata Date

[Bug 1939390] Re: Missing dependency: lsscsi

2024-09-04 Thread Nobuto Murata
charm installation log for yoga. unit-cinder-0: 04:31:30 INFO unit.cinder/0.juju-log Installing ['apache2', 'cinder-api', 'cinder-common', 'cinder-scheduler', 'cinder- volume', 'gdisk', 'haproxy', 'libapache2-mod-wsgi-py3', 'librbd1', 'lsscsi', 'memcached', 'nfs-common', 'python3-cinder', 'python3

[Bug 1939390] Re: Missing dependency: lsscsi

2024-09-04 Thread Nobuto Murata
charm build log for yoga > ___ summary > > build: commands succeeded > congratulations :) ** Attachment added: "charm-build_yoga.log" https://bugs.launchpad.net/charm-nova-compute/+bug/1939390/+attachment/5813627/+file

[Bug 1939390] Re: Missing dependency: lsscsi

2024-09-04 Thread Nobuto Murata
charm installation log for zed. > unit-cinder-0: 02:22:39 INFO unit.cinder/0.juju-log Installing ['apache2', 'cinder-api', 'cinder-common', 'cinder-scheduler', 'cinder- volume', 'gdisk', 'haproxy', 'libapache2-mod-wsgi-py3', 'librbd1', 'lsscsi', 'memcached', 'nfs-common', 'python3-cinder', 'python

[Bug 1939390] Re: Missing dependency: lsscsi

2024-09-04 Thread Nobuto Murata
charm build log for zed > ___ summary > > build: commands succeeded > congratulations :) ** Attachment added: "charm-build_zed.log" https://bugs.launchpad.net/charm-nova-compute/+bug/1939390/+attachment/5813562/+files/

[Bug 1939390] Re: Missing dependency: lsscsi

2024-08-19 Thread Nobuto Murata
** Also affects: charm-cinder Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939390 Title: Missing dependency: lsscsi To manage notifications about this

[Bug 1939390] Re: Missing dependency: lsscsi

2022-05-10 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/charm-nova-compute/+/837325 Committed: https://opendev.org/openstack/charm-nova-compute/commit/87f9ddc9b8119c88d524d58a4a2e65c3ec7decc2 Submitter: "Zuul (22348)" Branch:stable/wallaby commit 87f9ddc9b8119c88d524d58a4a2e65c3ec7decc2 Author: Nob

[Bug 1939390] Re: Missing dependency: lsscsi

2022-05-10 Thread Alex Kavanagh
** Changed in: charm-nova-compute Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939390 Title: Missing dependency: lsscsi To manage notifications about

[Bug 1939390] Re: Missing dependency: lsscsi

2022-04-14 Thread Alex Kavanagh
** Changed in: charm-nova-compute Milestone: None => 22.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939390 Title: Missing dependency: lsscsi To manage notifications about this bug go to:

[Bug 1939390] Re: Missing dependency: lsscsi

2022-04-11 Thread Nobuto Murata
To accommodate the upstream change, we need backporting down to Victoria. os-brick (master=)$ git branch -r --contains fc6ca22bdb955137d97cb9bcfc84104426e53842 origin/HEAD -> origin/master origin/master origin/stable/victoria origin/stable/wallaby origin/stable/xena origin/stable/yoga

[Bug 1939390] Re: Missing dependency: lsscsi

2022-04-07 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/charm-nova-compute/+/836418 Committed: https://opendev.org/openstack/charm-nova-compute/commit/dd67c2c04e97d9e66ff3589a61fa90470ba8df6d Submitter: "Zuul (22348)" Branch:stable/xena commit dd67c2c04e97d9e66ff3589a61fa90470ba8df6d Author: Nobuto

[Bug 1939390] Re: Missing dependency: lsscsi

2022-03-11 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/charm-nova-compute/+/830171 Committed: https://opendev.org/openstack/charm-nova-compute/commit/7a3982d987b5524c883b33ac5d0432ea1c1b3cdc Submitter: "Zuul (22348)" Branch:master commit 7a3982d987b5524c883b33ac5d0432ea1c1b3cdc Author: Nobuto Mura

[Bug 1939390] Re: Missing dependency: lsscsi

2022-02-22 Thread Nobuto Murata
Okay, I've added a comment there: https://bugs.launchpad.net/ubuntu/+source/python-os-brick/+bug/1947063 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939390 Title: Missing dependency: lsscsi To m

[Bug 1939390] Re: Missing dependency: lsscsi

2022-02-22 Thread Gabriel Samfira
> Did it block any operation by missing the nvme command? It looks like it's in a critical path for NVMe-oF usecase, but it generates a warning instead of an error when it's not found. No. It was just a warning when using a Dell Unity all flash storage appliance. However, it does seem like it woul

[Bug 1939390] Re: Missing dependency: lsscsi

2022-02-21 Thread Gabriel Samfira
** Description changed: When resizing a volume, cinder will notify nova that a volume has changed its size. For iSCSI attached volumes (ie: Dell Unity), the package lsscsi is required for that to work. Without it, you get this error: 2021-08-10 09:44:02.400 1816368 INFO os_brick.initi

[Bug 1939390] Re: Missing dependency: lsscsi

2022-02-21 Thread Nobuto Murata
> I *think* we also had this problem on systems that had NVMe volumes. The nvme-cli package is not pulled in, even though it is used by os- brick: Did it block any operation by missing the nvme command? It looks like it's in a critical path for NVMe-oF usecase, but it generates a warning instead o

[Bug 1939390] Re: Missing dependency: lsscsi

2022-02-21 Thread Gabriel Samfira
** Description changed: When resizing a volume, cinder will notify nova that a volume has changed its size. For iSCSI attached volumes (ie: Dell Unity), the package lsscsi is required for that to work. Without it, you get this error: 2021-08-10 09:44:02.400 1816368 INFO os_brick.initi

[Bug 1939390] Re: Missing dependency: lsscsi

2022-02-21 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: python-os-brick (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939390 Tit

[Bug 1939390] Re: Missing dependency: lsscsi

2022-02-21 Thread Gabriel Samfira
I *think* we also had this problem on systems that had NVMe volumes. The nvme-cli package is not pulled in, even though it is used by os-brick: https://github.com/openstack/os- brick/blob/master/os_brick/initiator/connectors/nvmeof.py#L155 -- You received this bug notification because you are a

[Bug 1939390] Re: Missing dependency: lsscsi

2022-02-21 Thread OpenStack Infra
Fix proposed to branch: master Review: https://review.opendev.org/c/openstack/charm-nova-compute/+/830171 ** Changed in: charm-nova-compute Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

[Bug 1939390] Re: Missing dependency: lsscsi

2022-02-21 Thread Nobuto Murata
Subscribing ~field-medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939390 Title: Missing dependency: lsscsi To manage notifications about this bug go to: https://bugs.launchpad.net/charm-nova

[Bug 1939390] Re: Missing dependency: lsscsi

2022-02-21 Thread Nobuto Murata
Similar with this one: https://bugs.launchpad.net/ubuntu/+source/python- os-brick/+bug/1947063 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939390 Title: Missing dependency: lsscsi To manage noti

[Bug 1939390] Re: Missing dependency: lsscsi

2022-02-21 Thread Nobuto Murata
Adding Ubuntu packaging task. It seems lsscsi dependency has been added fairly recently (July 2020) so it looks like it's something os-brick binary package should install as a dependency: https://bugs.launchpad.net/os-brick/+bug/1793259 https://opendev.org/openstack/os-brick/commit/fc6ca22bdb9551