[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:

[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

[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:

[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

[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

[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

[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

[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

[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

[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

[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.

[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:

[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

[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