Public bug reported:
I have a system with a root ZFS pool that's DEGRADED:
$ zpool status -v
pool: rpool
state: DEGRADED
status: One or more devices has experienced an unrecoverable error. An
attempt was made to correct the error. Applications are unaffected.
Looks good to me; thanks!
$ sudo zpool create -f -O canmount=off -O mountpoint=none -R /mnt/rpool-25582
-t rpool-25582 rpool /dev/mapper/loop5p1
$ sudo zfs list
NAME USED AVAIL REFER MOUNTPOINT
rpool-25582 105K 7.69G24K none
$ sudo zpool export rpool-25582
$ sudo zpool import
I still see the failure:
$ sudo zpool create -O canmount=off -O mountpoint=none -R /mnt/rpool-25582 -t
rpool-25582 rpool /dev/mapper/loop4p1
cannot create 'rpool': no such pool or dataset
$ dpkg -l | grep zfs
ii libzfs2linux0.7.5-1ubuntu16.4 amd64
Ope
Thank you! I'm new to the Ubuntu process/terminology, so I wasn't sure
how to interpret the other comments. Thanks for the clarification.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1769937
Title:
Will the fix for this eventually go into the Bionic release? Thanks!
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1769937
Title:
Error reported when creating ZFS pool with "-t" option, despite
su
Attached is the cloud init logs generated by "cloud-init collect-logs".
I can provide the QCOW2 image I used too, if it's useful, although it's
over 700M in size.
** Attachment added: "cloud-init collect-logs"
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1686338/+attachment/513991
Sorry, I didn't mean to post that yet. The QCOW2 image we're using is
based on Ubuntu 18.04, and I can give any details about how we're
generating it, and/or it's contents (ubuntu-minimal plus some minor
configuration changes).
I can gather the logs requested from "cloud-init collect-logs" if that
Hi Scott,
The error Serapheim described above was hit when running under QEMU;
e.g. with the following command:
$ sudo qemu-system-x86_64 -nographic -m 1G -drive file=ubuntu.qcow2
We're definitely not using OpenStack. The QCOW
--
You received this bug notification because you are a member
Public bug reported:
When creating a pool with the -t option on Ubuntu 18.04 LTS, it will
report an error and return a non-zero exit code, but the pool appears to
be successfully created.
For example:
# zpool create -O canmount=off -O mountpoint=none -R /mnt/rpool-25582 -t
rpool-25582 rpool /de