Recent content by bitblue.lab

  1. B

    Converting zvols to raw or qcow2

    Thanks friend but what I am asking is to convert zvol to qcow2 through CLI, because I need to transfer some VM-s to other virtualization systems.
  2. B

    Converting zvols to raw or qcow2

    Is it possible somehow with qemu to convert zvols to raw or qcow2 for example if you want to move those disks to other servers etc. Can you show me some command line how to do it there ?
  3. B

    ZFS : Where to find disk files ( need to convert them for Hyper-V )

    I have a node with Proxmox VE 4.1 and ZFS storage. I need location of disks files to convert them to vhdx for Hyper-V ?
  4. B

    ZFS 2x2TB HDD and SSD LOG + L2ARC - Slow writes, high IO Wait ? Need your advice

    Today I see very good improvement after changing IDE to SATA...seems this was the biggest problem, havent tested writes yet but looks it 100% better. Before installing proxmox I read Wiki ZFS proxmox fast without checking ever step and this words If you are experimenting with an installation...
  5. B

    ZFS 2x2TB HDD and SSD LOG + L2ARC - Slow writes, high IO Wait ? Need your advice

    Looks like some VM-s have disk type IDE including this one where I tested writes, changed this one to SATA and writes performing a little better so I need to change other VM-s to Sata or even Virto ? Should I use Virtio ? Are guests going to work in ZFS storage better with virto like before in...
  6. B

    ZFS 2x2TB HDD and SSD LOG + L2ARC - Slow writes, high IO Wait ? Need your advice

    I know with this config that I have it can't be a miracle but even without SSD-s and only with md raid 1 drives I had better writes with same virtual machines...I feel something is not working well in my configuration. I will turn off all other VM-s and let up only one in early morning and try...
  7. B

    ZFS 2x2TB HDD and SSD LOG + L2ARC - Slow writes, high IO Wait ? Need your advice

    My ZFS is completely dying in writes very very slow...today in one virtual machine I tried to copy a file and look whats shows there capacity operations bandwidth pool alloc free read write read write ---------- ----- ----- ----- ----- ----- -----...
  8. B

    ZFS 2x2TB HDD and SSD LOG + L2ARC - Slow writes, high IO Wait ? Need your advice

    I am sorry for writing a lot but this problem seems to be hot and needs more to deal with it until I fix. Fdisk of one ssd is like that Disk /dev/sda: 279.5 GiB, 300069052416 bytes, 586072368 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes...
  9. B

    ZFS 2x2TB HDD and SSD LOG + L2ARC - Slow writes, high IO Wait ? Need your advice

    Sounds interesting runing l2arc = none and zil none I guess you have lots of ram. Is it safe to make atime = off I have emails servers, web servers etc, all of them run independently in their ZVOLS so is it safe to put atime off because I have seen that increases a bit performance but can this...
  10. B

    ZFS 2x2TB HDD and SSD LOG + L2ARC - Slow writes, high IO Wait ? Need your advice

    Zfs flush strategy is okay to drop a bit but not like in my case to 0 with big stalls... anyway can you send me your ZFS Config ? Zfs set commands and zfs.conf file please. I am going to compare mine with yours guys.
  11. B

    ZFS 2x2TB HDD and SSD LOG + L2ARC - Slow writes, high IO Wait ? Need your advice

    In first code where you see the log device writing is copy in vm which is sync operation. Second code is only in storagepool. Yes I have adjusted a bit zfs parameters the IO Wait dropped a bit but not where is reasonable.
  12. B

    ZFS 2x2TB HDD and SSD LOG + L2ARC - Slow writes, high IO Wait ? Need your advice

    capacity operations bandwidth pool alloc free read write read write ---------- ----- ----- ----- ----- ----- ----- storagepool 796G 1.04T 2.09K 3.49K 13.0M 24.6M mirror 796G 1.04T 2.09K 3.48K 13.0M 24.3M sdc - - 1.03K 1.36K 6.74M...
  13. B

    ZFS 2x2TB HDD and SSD LOG + L2ARC - Slow writes, high IO Wait ? Need your advice

    Copying .iso file Device: rrqm/s wrqm/s r/s w/s rkB/s wkB/s avgrq-sz avgqu -sz await r_await w_await svctm %util avg-cpu: %user %nice %system %iowait %steal %idle 4.17 0.00 11.84 36.61 0.00 47.38 Device...