Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Nov 2020 00:41:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 250816] AWS EC2 ZFS cannot import its own export!
Message-ID:  <bug-250816-227-D2T2raIcjt@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-250816-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-250816-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250816

--- Comment #3 from Gunther Schadow <raj@gusw.net> ---
12.0-RC3 amd64 works!
-------------------------------------------------
$ su
root@freebsd:/usr/home/ec2-user # sh
# uname -a
FreeBSD freebsd 12.0-RC3 FreeBSD 12.0-RC3 r341271 GENERIC  amd64
# mkdir zfstc
# truncate -s 100M zfstc/0
# truncate -s 100M zfstc/1
# mkdir zfstd
# for i in zfstc/* ; do ln -s /dev/$(mdconfig -a -t vnode -f $i)
zfstd/$(basename $i) ; done
#
# zpool create -o feature@embedded_data=3Denabled -o feature@lz4_compress=
=3Denabled
-O dedup=3Don -O compression=3Dlz4 testpool raidz $(for i in zfstd/* ; do r=
eadlink
$i ; done)
# zpool list
NAME       SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP  HEAL=
TH=20
ALTROOT
testpool   176M   174K   176M        -         -     1%     0%  1.00x  ONLI=
NE=20
-
# zpool export testpool
# zpool import -d zfstd
   pool: testpool
     id: 3192103039539057096
  state: ONLINE
 action: The pool can be imported using its name or numeric identifier.
 config:

        testpool    ONLINE
          raidz1-0  ONLINE
            md0     ONLINE
            md1     ONLINE
#
# shutdown -p now
Shutdown NOW!
-----------------------------------------

So now, I think, I showed you how this might be an issue introduced only
through 12.1 and .2 and possibly it is a matter how this EC2 AMI is put
together.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250816-227-D2T2raIcjt>