[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
This bug was fixed in the package cinder - 2:14.0.2-0ubuntu1~cloud0 --- cinder (2:14.0.2-0ubuntu1~cloud0) bionic-stein; urgency=medium . * New upstream release for the Ubuntu Cloud Archive. . cinder (2:14.0.2-0ubuntu1) disco; urgency=medium . * New upstream point release for OpenStack Stein (LP: #1849192): - Includes fix for SIGABRT in cinder-backup/ceph (LP: #1838691). - d/p/Fix-DetachedInstanceError-for-VolumeAttachment.patch: Drop, included in release. . cinder (2:14.0.1-0ubuntu3) disco; urgency=medium . * d/tests/cinder-daemons: As of disco, sqlalchemy defaults to mysqldb so we must override the driver to use pymysql (LP: #1845321). . cinder (2:14.0.1-0ubuntu2) disco; urgency=medium . * d/p/Fix-DetachedInstanceError-for-VolumeAttachment.patch: Cherry pick fix for issue with DetachedInstanceError being generated due to compatibility issues with SQLAlchemy (LP: #1834845) ** Changed in: cloud-archive/stein 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/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
Verified successfully: $ juju ssh cinder/0 apt policy cinder-common cinder-common: Installed: 2:13.0.8-0ubuntu1~cloud0 Candidate: 2:13.0.8-0ubuntu1~cloud0 Version table: *** 2:13.0.8-0ubuntu1~cloud0 500 500 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-proposed/rocky/main amd64 $ openstack volume list +--+--++--+-+ | ID | Name | Status | Size | Attached to | +--+--++--+-+ | 760b2fe5-bfa3-4ec6-964d-6fd05ccba3b0 | v1 | in-use |1 | Attached to x1 on /dev/vdb | +--+--++--+-+ $ juju config cinder openstack-origin=cloud:bionic-stein/proposed $ juju ssh cinder/0 apt policy cinder-common cinder-common: Installed: 2:14.0.2-0ubuntu1~cloud0 Candidate: 2:14.0.2-0ubuntu1~cloud0 Version table: *** 2:14.0.2-0ubuntu1~cloud0 500 500 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-proposed/stein/main amd64 $ openstack volume create --size 5 v2 $ openstack volume list +--+--+---+--+-+ | ID | Name | Status| Size | Attached to | +--+--+---+--+-+ | 41b29ac2-c580-444c-ba65-17d016fb136f | v2 | available |5 | | | 760b2fe5-bfa3-4ec6-964d-6fd05ccba3b0 | v1 | in-use|1 | Attached to x1 on /dev/vdb | +--+--+---+--+-+ ** Tags removed: verification-stein-needed ** Tags added: verification-stein-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
Since disco is EOL this month, we can work this through the stein cloud archive. ** Changed in: cinder (Ubuntu Disco) Status: Fix Committed => Won't Fix ** Changed in: cloud-archive 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/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
This is fixed in Ubuntu Disco version 2:14.0.1-0ubuntu2, so this is currently in disco-proposed. ** Changed in: cinder (Ubuntu Disco) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
This was fixed in Ubuntu Train version 2:15.0.0~b1~git2019080709 .0a0d55d8a-0ubuntu1. ** Changed in: cloud-archive/train 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/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
Reviewed: https://review.opendev.org/685978 Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=2abd8a68bb1bde9adc7c870a1b827731ad4e42e9 Submitter: Zuul Branch:stable/queens commit 2abd8a68bb1bde9adc7c870a1b827731ad4e42e9 Author: Gorka Eguileor Date: Tue Jul 2 11:06:17 2019 +0200 Fix DetachedInstanceError for VolumeAttachment Patch I253123d5451b32f0e3143916e41aaa1af75561c2 fixed the DetachedInstanceError for VolumeAttachment OVOs but only partially, as apparently it was dependent on the SQLAlchemy version due to the use os "hasattr". This patch replaces "hasattr" with a check on the object's dictionary, which will never trigger a Lazy Load. Closes-Bug: #1834845 Change-Id: Iac785eef9be4b9cdb5c739ee0a87949805282867 (cherry picked from commit 2e73bede80cc2acdb3527f06bc5c5f9c1a8463a7) (cherry picked from commit 44a15be6a71ebdaf0e5d1663fc31011ff43ef37b) Conflicts: cinder/tests/unit/volume/drivers/test_lvm_driver.py (cherry picked from commit eabf648b7acce33cb93d667e8f6e70505093b4c9) ** Tags added: in-stable-queens -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
Reviewed: https://review.opendev.org/68 Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=eabf648b7acce33cb93d667e8f6e70505093b4c9 Submitter: Zuul Branch:stable/rocky commit eabf648b7acce33cb93d667e8f6e70505093b4c9 Author: Gorka Eguileor Date: Tue Jul 2 11:06:17 2019 +0200 Fix DetachedInstanceError for VolumeAttachment Patch I253123d5451b32f0e3143916e41aaa1af75561c2 fixed the DetachedInstanceError for VolumeAttachment OVOs but only partially, as apparently it was dependent on the SQLAlchemy version due to the use os "hasattr". This patch replaces "hasattr" with a check on the object's dictionary, which will never trigger a Lazy Load. Closes-Bug: #1834845 Change-Id: Iac785eef9be4b9cdb5c739ee0a87949805282867 (cherry picked from commit 2e73bede80cc2acdb3527f06bc5c5f9c1a8463a7) (cherry picked from commit 44a15be6a71ebdaf0e5d1663fc31011ff43ef37b) Conflicts: cinder/tests/unit/volume/drivers/test_lvm_driver.py ** Tags added: in-stable-rocky -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
I've uploaded 2:14.0.1-0ubuntu3 to the disco unapproved queue which includes 2:14.0.1-0ubuntu2 and provides a fix for disco autopkgtest failure. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
** Changed in: cloud-archive/train Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
Reviewed: https://review.opendev.org/675081 Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=44a15be6a71ebdaf0e5d1663fc31011ff43ef37b Submitter: Zuul Branch:stable/stein commit 44a15be6a71ebdaf0e5d1663fc31011ff43ef37b Author: Gorka Eguileor Date: Tue Jul 2 11:06:17 2019 +0200 Fix DetachedInstanceError for VolumeAttachment Patch I253123d5451b32f0e3143916e41aaa1af75561c2 fixed the DetachedInstanceError for VolumeAttachment OVOs but only partially, as apparently it was dependent on the SQLAlchemy version due to the use os "hasattr". This patch replaces "hasattr" with a check on the object's dictionary, which will never trigger a Lazy Load. Closes-Bug: #1834845 Change-Id: Iac785eef9be4b9cdb5c739ee0a87949805282867 (cherry picked from commit 2e73bede80cc2acdb3527f06bc5c5f9c1a8463a7) ** Changed in: cloud-archive/stein Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
This bug was fixed in the package cinder - 2:15.0.0~b1~git2019080709 .0a0d55d8a-0ubuntu1 --- cinder (2:15.0.0~b1~git2019080709.0a0d55d8a-0ubuntu1) eoan; urgency=medium * New upstream snapshot for OpenStack Train (LP: #1834845). -- James Page Wed, 07 Aug 2019 13:13:56 +0100 ** Changed in: cinder (Ubuntu Eoan) Status: In Progress => 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/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
I've uploaded fixes for eoan and disco; disco-proposed current contains 14.0.1-0ubuntu1 which will need to clear first. ** Changed in: cinder (Ubuntu Disco) Status: Triaged => In Progress ** Changed in: cloud-archive/stein Status: Triaged => In Progress ** Changed in: cloud-archive/stein Assignee: (unassigned) => James Page (james-page) ** Changed in: cinder (Ubuntu Disco) Assignee: (unassigned) => James Page (james-page) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
Ubuntu SRU information [Impact] After upgrading from Ubuntu with OpenStack Rocky to Ubuntu with OpenStack Stein, the cinder-volume service fails to restart resulting in loss of ability to create and manage volumes [Test Case] Deploy OpenStack Rocky Create volume, attach to instance Upgrade to OpenStack Stein openstack volume create --size 5 test-volume fails. [Regression Potential] The patch for this fix is fairly defensive in approach and fixes an issue with an associated failure fixed in an earlier commit; low regression potential. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
** Changed in: cinder (Ubuntu Eoan) Status: Triaged => In Progress ** Changed in: cinder (Ubuntu Eoan) Assignee: (unassigned) => James Page (james-page) ** Changed in: cloud-archive/train Status: Triaged => In Progress ** Changed in: cloud-archive/train Assignee: (unassigned) => James Page (james-page) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
** Also affects: cinder (Ubuntu Eoan) Importance: Undecided Status: Confirmed ** Also affects: cinder (Ubuntu Disco) Importance: Undecided Status: New ** Changed in: cinder (Ubuntu Eoan) Status: Confirmed => Triaged ** Changed in: cinder (Ubuntu Disco) Status: New => Triaged ** Changed in: cinder (Ubuntu Disco) Importance: Undecided => High ** Changed in: cinder (Ubuntu Eoan) Importance: Undecided => High ** Also affects: cloud-archive Importance: Undecided Status: New ** Also affects: cloud-archive/stein Importance: Undecided Status: New ** Also affects: cloud-archive/train Importance: Undecided Status: New ** Changed in: cloud-archive/stein Status: New => Triaged ** Changed in: cloud-archive/train Status: New => Triaged ** Changed in: cloud-archive/train Importance: Undecided => High ** Changed in: cloud-archive/stein Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
** Tags added: canonical-bootstack -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: cinder (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/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
Reviewed: https://review.opendev.org/668646 Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=2e73bede80cc2acdb3527f06bc5c5f9c1a8463a7 Submitter: Zuul Branch:master commit 2e73bede80cc2acdb3527f06bc5c5f9c1a8463a7 Author: Gorka Eguileor Date: Tue Jul 2 11:06:17 2019 +0200 Fix DetachedInstanceError for VolumeAttachment Patch I253123d5451b32f0e3143916e41aaa1af75561c2 fixed the DetachedInstanceError for VolumeAttachment OVOs but only partially, as apparently it was dependent on the SQLAlchemy version due to the use os "hasattr". This patch replaces "hasattr" with a check on the object's dictionary, which will never trigger a Lazy Load. Closes-Bug: #1834845 Change-Id: Iac785eef9be4b9cdb5c739ee0a87949805282867 ** Changed in: cinder Status: In Progress => 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/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
Note that bug 1626499 and bug 1640920 seem like older versions of a similar thing but on different parts of the data model. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
** Changed in: cinder Assignee: Eric Harney (eharney) => Gorka Eguileor (gorka) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
** Changed in: cinder Assignee: Gorka Eguileor (gorka) => Eric Harney (eharney) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
** Changed in: cinder Assignee: Eric Harney (eharney) => Gorka Eguileor (gorka) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
** Changed in: cinder Assignee: Gorka Eguileor (gorka) => Eric Harney (eharney) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
** Changed in: cinder Assignee: Eric Harney (eharney) => Gorka Eguileor (gorka) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
** Changed in: cinder Assignee: Gorka Eguileor (gorka) => Eric Harney (eharney) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
I can confirm the commit is working :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
Fix proposed to branch: master Review: https://review.opendev.org/668646 ** Changed in: cinder Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
The attachment "really_dirty_workaround.patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by ~brian-murray, for any issues please contact him.] ** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
_Dirty_ workaround for this ** Patch added: "really_dirty_workaround.patch" https://bugs.launchpad.net/cinder/+bug/1834845/+attachment/5274490/+files/really_dirty_workaround.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
Gorka, could you take a look at this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session
** Also affects: cinder (Ubuntu) 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/1834845 Title: DetachedInstanceError: Parent instance is not bound to a Session To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs