lvextend with different striping option segfaults
Bug #1102409 reported by
Dominik Röttsches
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
lvm2 (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
I have two SSDs, one 80GB /dev/sdb , one 160GB /dev/sdc
1) vgcreate flashy /dev/sdb /dev/sdc
2) lvcreate -L 149G -i2 -nflashdev flashy
3) lvextend -L+85G -i1 /dev/flashy/
After 3) I expect it to return with a success message of extending the lv without striping.
Instead, I get:
# lvextend -L+85G -i1 /dev/flashy/
Extending logical volume flashdev to 234.00 GiB
Segmentation fault (core dumped)
To post a comment you must log in.
This is package 2.02.95-4ubuntu1, on 12.10, 64bit system.