Displaying 3 results from an estimated 3 matches for "lxxxx".
Did you mean:
xxxx
2017 Apr 08
2
lvm cache + qemu-kvm stops working after about 20GB of writes
...ose ${ssdraiddevice} --level=mirror --bitmap=none --raid-devices=2
${ssddevice1} ${ssddevice2}
# create PV and extend VG
pvcreate ${ssdraiddevice} && vgextend ${VGBASE} ${ssdraiddevice}
# create slow LV on HDDs (use max space left if you want)
pvdisplay ${hddraiddevice}
lvcreate -lXXXX -n cachedlv ${VGBASE} ${hddraiddevice}
# create the meta and data: for testing purposes I keep about 20G of the
SSD for a uncached lv. To rule out it is not the SSD.
lvcreate -l XX -n testssd ${VGBASE} ${ssdraiddevice}
#The rest can be used as cachedata/metadata.
pvdisplay ${ssdraiddevice}
#...
2017 Apr 10
0
lvm cache + qemu-kvm stops working after about 20GB of writes
...ap=none --raid-devices=2
> ${ssddevice1} ${ssddevice2}
>
> # create PV and extend VG
>
> pvcreate ${ssdraiddevice} && vgextend ${VGBASE} ${ssdraiddevice}
>
> # create slow LV on HDDs (use max space left if you want)
>
> pvdisplay ${hddraiddevice}
> lvcreate -lXXXX -n cachedlv ${VGBASE} ${hddraiddevice}
>
> # create the meta and data: for testing purposes I keep about 20G of the
> SSD for a uncached lv. To rule out it is not the SSD.
>
> lvcreate -l XX -n testssd ${VGBASE} ${ssdraiddevice}
>
> #The rest can be used as cachedata/metadata....
2017 Apr 20
2
lvm cache + qemu-kvm stops working after about 20GB of writes
...devices=2 ${ssddevice1} ${ssddevice2}
>
> # create PV and extend VG
>
> pvcreate ${ssdraiddevice} && vgextend ${VGBASE} ${ssdraiddevice}
>
> # create slow LV on HDDs (use max space left if you want)
>
> pvdisplay ${hddraiddevice}
> lvcreate -lXXXX -n cachedlv ${VGBASE} ${hddraiddevice}
>
> # create the meta and data: for testing purposes I keep about 20G
> of the SSD for a uncached lv. To rule out it is not the SSD.
>
> lvcreate -l XX -n testssd ${VGBASE} ${ssdraiddevice}
>
> #The rest can be used as cach...