* [linux-lvm] Strange behaviour with thinpool and stripes
@ 2018-06-12 11:08 Oliver Rath
0 siblings, 0 replies; only message in thread
From: Oliver Rath @ 2018-06-12 11:08 UTC (permalink / raw)
To: LVM general discussion and development
Hi List,
Im creating some Thinpool here, but
# lvcreate -i 2 -I 1024 -c 4096 --type thin --thinpool dmivg/winthinpool
dmivg -V 3500G /dev/sde1 /dev/sdf1
Command does not accept option: --stripes 2.
Command does not accept option: --stripesize 1024.
doesnt work, but
# lvcreate -i 2 -I 1024 -c 4096 -L10G -T dmivg/pool -V 3500G --name
winthinpool
WARNING: Sum of all thin volume sizes (3,42 TiB) exceeds the size of
thin pool dmivg/pool (10,00 GiB)!
For thin pool auto extension activation/thin_pool_autoextend_threshold
should be below 100.
Logical volume "winthinpool" created.
does. Whats the difference between them?
My actual build:
# lvcreate --version
LVM version: 2.02.172(2)-git (2017-05-03)
Library version: 1.02.141-git (2017-05-03)
Driver version: 4.35.0
Configuration: ./configure --enable-lvmetad --enable-lvmpolld
--enable-udev_sync --enable-udev_rules --enable-applib --enable-cmdlib
--enable-python2_bindings
Tfh!
Oliver
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-06-12 11:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-12 11:08 [linux-lvm] Strange behaviour with thinpool and stripes Oliver Rath
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).