[Kernel-packages] [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

[Kernel-packages] [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

[Kernel-packages] [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 Kernel Packages, which is subscribed to zfs-linux in Ubuntu. https://bugs.launchpad.net/bugs/

[Kernel-packages] [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 Kernel Packages, which is subscribed to zfs-linux in Ubuntu. https://bugs.launchpad.net/bugs/1769937 Title: Error reported when creating ZFS pool with "-t" opt

[Kernel-packages] [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