Project

General

Profile

Actions

Bug #12050

closed

'zpool online -e <pool> <vdev>' doesn't work on block device

Added by Igor Kozhukhov over 3 years ago. Updated over 3 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:

Description

root@lenovo:/ztest# truncate -s 128m file.data
root@lenovo:/ztest# lofiadm -la file.data
/dev/dsk/c2t1d0p0
root@lenovo:/ztest# zpool create t1 c2t1d0
root@lenovo:/ztest# zpool list
NAME    SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP    HEALTH  ALTROOT
rpool   928G  25.1G   903G        -         -     1%     2%  1.43x    ONLINE  -
t1      112M   108K   112M        -         -     2%     0%  1.00x    ONLINE  -
root@lenovo:/ztest# zpool export t1
root@lenovo:/ztest# lofiadm -d /dev/dsk/c2t1d0p0
root@lenovo:/ztest# truncate -s 256m file.data
root@lenovo:/ztest# lofiadm -la file.data
/dev/dsk/c2t1d0p0
root@lenovo:/ztest# zpool import t1
root@lenovo:/ztest# zpool list
NAME    SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP    HEALTH  ALTROOT
rpool   928G  25.1G   903G        -         -     1%     2%  1.43x    ONLINE  -
t1      112M   136K   112M        -      128M     4%     0%  1.00x    ONLINE  -
root@lenovo:/ztest# zpool online -e t1 c2t1d0
root@lenovo:/ztest# zpool list
NAME    SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP    HEALTH  ALTROOT
rpool   928G  25.1G   903G        -         -     1%     2%  1.43x    ONLINE  -
t1      112M   117K   112M        -      128M     4%     0%  1.00x    ONLINE  -

as you can see - we can't expand zpool

Actions #1

Updated by Igor Kozhukhov over 3 years ago

  • Description updated (diff)
Actions #2

Updated by Igor Kozhukhov over 3 years ago

  • Status changed from New to Closed

it is dilos specific issue with missmerge in libefi.
close this issue.

Actions #3

Updated by Joshua M. Clulow over 3 years ago

  • Status changed from Closed to Rejected
Actions

Also available in: Atom PDF