[Bug 250816] ZFS cannot import its own export on AWS EC2 12.1 & 12.2-RELEASE

2021-05-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250816 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|virtualizat...@freebsd.org -- You

[Bug 250816] ZFS cannot import its own export on AWS EC2 12.1 & 12.2-RELEASE

2020-11-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250816 --- Comment #17 from Andriy Gapon --- (In reply to Gunther Schadow from comment #16) It's also a bug that affects tiny minority of users who do very unusual things with ZFS. That's why it hasn't been hit for so long since the original comm

[Bug 250816] ZFS cannot import its own export on AWS EC2 12.1 & 12.2-RELEASE

2020-11-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250816 --- Comment #16 from Gunther Schadow --- Why whaddoyouknow, this way it works: - root@geli:/home/schadow # zpool create testpool /home/schadow/zfst

[Bug 250816] ZFS cannot import its own export on AWS EC2 12.1 & 12.2-RELEASE

2020-11-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250816 --- Comment #15 from Andriy Gapon --- Have you tried passing full file paths to zpool create? -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.o

[Bug 250816] ZFS cannot import its own export on AWS EC2 12.1 & 12.2-RELEASE

2020-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250816 --- Comment #14 from Gunther Schadow --- Here is the zdb output, running the testcase from the start: # mkdir zfstc # truncate -s 100M zfstc/0 # truncate -s 100M zfstc/1 # mkdir

[Bug 250816] ZFS cannot import its own export on AWS EC2 12.1 & 12.2-RELEASE

2020-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250816 --- Comment #13 from Gunther Schadow --- I will give you the dump in a while. Please note that it is super easy for you to reproduce. I show the entire test in one script. It doesn't matter how I created the pool. This test pool is created

[Bug 250816] ZFS cannot import its own export on AWS EC2 12.1 & 12.2-RELEASE

2020-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250816 --- Comment #12 from Alexander Motin --- Andriy guess seems probably to me. The mentioned code needs another look from this perspective. What I can't understand though is how the symlink paths are getting into the pool metadata if in your

[Bug 250816] ZFS cannot import its own export on AWS EC2 12.1 & 12.2-RELEASE

2020-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250816 Andriy Gapon changed: What|Removed |Added CC||m...@freebsd.org --- Comment #11 fr

[Bug 250816] ZFS cannot import its own export on AWS EC2 12.1 & 12.2-RELEASE

2020-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250816 --- Comment #10 from Andriy Gapon --- (In reply to Gunther Schadow from comment #9) Could you please use zdb to dump the pool configuration? Something like zdb -e -p zfstd -CC testpool. -- You are receiving this mail because: You are the

[Bug 250816] ZFS cannot import its own export on AWS EC2 12.1 & 12.2-RELEASE

2020-11-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250816 --- Comment #9 from Gunther Schadow --- ... oh, and before you say "can't open" means it's not there, here it is: root@geli:/home/ec2-user # ls -l zfstd total 0 lrwxr-xr-x 1 root ec2-user 8 Nov 3 13:22 0 -> /dev/md0 lrwxr-xr-x 1 root

[Bug 250816] ZFS cannot import its own export on AWS EC2 12.1 & 12.2-RELEASE

2020-11-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250816 --- Comment #8 from Gunther Schadow --- Thank you for your initial interest. Colin, I don't know if other platforms are affected. For sure it's not hardware dependent (same for amd and arm). I hope some people would just try to cut and pa

[Bug 250816] ZFS cannot import its own export on AWS EC2 12.1 & 12.2-RELEASE

2020-11-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250816 --- Comment #7 from Andriy Gapon --- (In reply to Andriy Gapon from comment #4) So, it appears that zdb can work with the pool but the kernel driver cannot. Interesting... Could you please run this dtrace oneliner: dtrace -qn 'zfs-dbgms

[Bug 250816] ZFS cannot import its own export on AWS EC2 12.1 & 12.2-RELEASE

2020-11-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250816 --- Comment #6 from Colin Percival --- Is there any reason to think this is specific to EC2? I'm not seeing anything which gives me that impression but maybe I'm missing something? -- You are receiving this mail because: You are the assi

[Bug 250816] ZFS cannot import its own export on AWS EC2 12.1 & 12.2-RELEASE

2020-11-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250816 Li-Wen Hsu changed: What|Removed |Added CC||cperc...@freebsd.org,

[Bug 250816] ZFS cannot import its own export on AWS EC2 12.1 & 12.2-RELEASE

2020-11-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250816 --- Comment #5 from Gunther Schadow --- root@geli:/home/ec2-user # zdb -G -e -p zfstd -u testpool Uberblock: magic = 00bab10c version = 5000 txg = 13 guid_sum = 13184861157982554310 timestamp

[Bug 250816] ZFS cannot import its own export on AWS EC2 12.1 & 12.2-RELEASE

2020-11-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250816 --- Comment #4 from Andriy Gapon --- Try to see if zdb -G -e -p ... reports anything interesting. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freeb

[Bug 250816] ZFS cannot import its own export on AWS EC2 12.1 & 12.2-RELEASE

2020-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250816 Gunther Schadow changed: What|Removed |Added Severity|Affects Some People |Affects Many People -- You are

[Bug 250816] ZFS cannot import its own export on AWS EC2 12.1 & 12.2-RELEASE

2020-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250816 Gunther Schadow changed: What|Removed |Added Summary|On 12.1 & 12.2 AWS EC2, ZFS |ZFS cannot import its own