diff options
-rw-r--r-- | cmd/zpool/zpool_vdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/zpool/zpool_vdev.c b/cmd/zpool/zpool_vdev.c index 316e291c3..862c57683 100644 --- a/cmd/zpool/zpool_vdev.c +++ b/cmd/zpool/zpool_vdev.c @@ -377,7 +377,7 @@ check_slice(const char *path, blkid_cache cache, int force, boolean_t isspare) * using check_file() to see if it's safe. The one safe * case is a spare device shared between multiple pools. */ - if (strcmp(value, "zfs") == 0) { + if (strcmp(value, "zfs_member") == 0) { err = check_file(path, force, isspare); } else { if (force) { |