-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use shorter dev names on older LXD releases #208
Use shorter dev names on older LXD releases #208
Conversation
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
@tomponline the detection works but the
|
Should I convert the hot-unplug to a cold unplug when working around? |
7f41726
to
03e8c3c
Compare
@tomponline I ended up disabling all the disk hot plug/unplug part of the storage test which I think is OK for a temporary workaround. It's currently as green as it gets considering the ZFS vol activation regression that should be addressed by canonical/lxd#13662. There's also the ZFS rounding issue that's still not completely backported all the way down to |
Can we keep hotplug part of tests? Just not hot unplug, i don't think we will ever back port the fix to 5.0 |
It should be now since canonical/lxd#13659 |
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
03e8c3c
to
8083d6a
Compare
Sure, done. |
lxc config device remove v2 "${LONG_DEVICE_NAME}" | ||
sleep 1 | ||
! lxc exec v2 -- mountpoint /mnt/bar2 || false # Just tests for mountpoint disconnected, not unmount. | ||
if [ "${LONG_DEVICE_NAME}" = "notSoLongName" ]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this is still failing for 5.21/edge https://github.com/canonical/lxd-ci/actions/runs/9674807166/job/26699404490
No description provided.