[Bug 1965566] [NEW] grub-install fails if ZFS root pool is in degraded state

2022-03-18 Thread Prakash Surya
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.

[Bug 1769937] Re: Error reported when creating ZFS pool with "-t" option, despite successful pool creation

2018-10-03 Thread Prakash Surya
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

[Bug 1769937] Re: Error reported when creating ZFS pool with "-t" option, despite successful pool creation

2018-09-27 Thread Prakash Surya
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

[Bug 1769937] Re: Error reported when creating ZFS pool with "-t" option, despite successful pool creation

2018-09-14 Thread Prakash Surya
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:

[Bug 1769937] Re: Error reported when creating ZFS pool with "-t" option, despite successful pool creation

2018-09-14 Thread Prakash Surya
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

[Bug 1686338] Re: cloud-init fails if no network config is set

2018-05-15 Thread Prakash Surya
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

[Bug 1686338] Re: cloud-init fails if no network config is set

2018-05-15 Thread Prakash Surya
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

[Bug 1686338] Re: cloud-init fails if no network config is set

2018-05-15 Thread Prakash Surya
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

[Bug 1769937] [NEW] Error reported when creating ZFS pool with "-t" option, despite successful pool creation

2018-05-08 Thread Prakash Surya
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