-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Milestone
Description
zpool import -T is broken. Here are simple steps to reproduce:
truncate -s 1G /tmp/zfs
zpool create test /tmp/zfs
zpool export test
# This should show that the highest transaction group is 8.
zdb -lu /tmp/zfs
zpool import -d /tmp test
zpool export test
# This should show that the transaction group increased
zdb -lu /tmp/zfs
zpool import -T 8 -d /tmp test
The output will be cannot import 'test': one or more devices is currently unavailable. This is a problem when -F is needed and does not work. I am filing this as a note to myself to fix this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels