Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2019 09:06:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        fs@FreeBSD.org
Subject:   [Bug 219972] Unable to zpool export following some zfs recv
Message-ID:  <bug-219972-3630-hxQND7mnIJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-219972-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-219972-3630@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=3D219972

--- Comment #15 from Matthias Pfaller <matthias.pfaller@familie-pfaller.de>=
 ---
(In reply to Allan Jude from comment #14)
In my case its my backup disk. There is a zvol on the disk, but volmode is
already set to dev.
Import is done as follows:

  geli attach -p -k /tmp/backup.key /dev/gpt/backup
  zpool import -R /backup backup || exit 1

Then some "zfs send / zfs receive" stuff is done.=20
Export is done as follows:

  zpool export backup
  geli detach /dev/gpt/backup.eli

When the machine is loaded, the export will fail.
There are two ways to get rid of the pool
- reboot (will hang most of the time and require a hard reset)
or
- geli detach -f /dev/gpt/backup.eli
After detaching I usually could export the pool :-/ (iirc)

--=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-219972-3630-hxQND7mnIJ>