Search results

  1. T

    [SOLVED] Proxmox 4.3 DRBD howto ? HELP ?

    Hi guys. The howto form proxmox wiki disappeared and i cant het drbd9 working on my 2 node cluster + 3 as witness. So far i made: vgcreate drbdpool /dev/sdb1 i added drbdpool in proxmox gui and selected as shared. Now when i am creating new VM or LXC, i dont see image cloned to the second...
  2. T

    Not able to delete corrupted VM?

    /etc/pve/nodes Search in all nodes like /etc/pve/node1/qemu-server /etc/pve/node2/qemu-server for this VM config it should be somewere :) This is Proxmox cluster or one server ? Search for this config somewere :) your MV id is 102 right ?
  3. T

    Not able to delete corrupted VM?

    P.S - i am using Proxmox 4.2 and i adive you to use it also :) Another approach: You can remove disk record from VM config open thix VM config: nano /etc/pve/qemu-server/102.conf delete line cointaining this disk something like ide0:.... , save and again try to delete whole VM :) also check...
  4. T

    Not able to delete corrupted VM?

    Try to create this LV manually and then delete in gui ?
  5. T

    High IO delay on SSD and Low fsync rate

    So it might be an Array. ok then.
  6. T

    High IO delay on SSD and Low fsync rate

    Sure. HP ProLiant DL380 G7 Smart Array P410i ( 05:00.0 RAID bus controller: Hewlett-Packard Company Smart Array G6 controllers (rev 01)) 2x 250GB ssd Crucial MX200 in Raid1 Created 2 virtual disks /dev/sda for proxmox and /dev/sdb for drbd Other servers (but all others are Dell) but with...
  7. T

    High IO delay on SSD and Low fsync rate

    Yeah but this is /dev/sdb1 LVM with no filesystem so it doesnt mount anything right ? Still high IO.
  8. T

    High IO delay on SSD and Low fsync rate

    its not the case. i have like 10x better performance on other nodes in 3.2 pve also on mx200 crucial (those disks are enterprise level :)
  9. T

    High IO delay on SSD and Low fsync rate

    More screenshots. Anybodo know why is this happening ? As i see, 10MB/s makes ssd used at 100%. Why ? On node2 there is MOVE DISK from NAS to internal DRBD on ssd. Node4 wchich is connected with node2 with DRBD
  10. T

    [SOLVED] Slow DRBD9 sync like 20mbit on 1GBit

    IO delay is still unsolved. But i solved drbd sync speed :) https://forum.proxmox.com/threads/settings-drbd-doesnt-presist-after-reboot-global_common-conf.27955/
  11. T

    [SOLVED] Settings DRBD doesnt presist after reboot global_common.conf

    THX !!!! I finally solved it :) Scenario: Fresh booted nodes. I am creating new disk via GUI. Syncing starts and presist at about 20-30mbits/s Then i just simply execute this command to only one node (it will automaticly send to other nodes too) you can monitor if changes apply by: watch 'cat...
  12. T

    [SOLVED] Settings DRBD doesnt presist after reboot global_common.conf

    thx for info. So i sould set in rc.local proper drbdmanage command then
  13. T

    High IO delay on SSD and Low fsync rate

    Hi, I have one cluster with really low fsync rate and i have some problems with high IO while converting qcow to raw on it. And also with different operations. Specs: Block size is 4K , Ext4, problem is also on LVM 05:00.0 RAID bus controller: Hewlett-Packard Company Smart Array G6 controllers...
  14. T

    [SOLVED] Slow DRBD9 sync like 20mbit on 1GBit

    also is this right ? On ssd so much busy ? Something is wrong i suppose. LVM | --disk--1_00 | busy 100% | read 15 | write 14005 | KiB/r 4 | | KiB/w 3 | MBr/s 0.01 | MBw/s 5.47 | avq 655.16 | avio 0.71 ms | LVM | inpool_tdata | busy 91% | read 49 |...
  15. T

    [SOLVED] Slow DRBD9 sync like 20mbit on 1GBit

    nope, those doesnt work. I created different thread about this problem: https://forum.proxmox.com/threads/where-is-drbd-drive-mounted.27945/
  16. T

    [SOLVED] Settings DRBD doesnt presist after reboot global_common.conf

    Hi, Settings written to global_common.conf doesnt work: root@node2:/etc/drbd.d# cat global_common.conf # DRBD is the result of over a decade of development by LINBIT. # In case you need professional services for DRBD or have # feature requests visit http://www.linbit.com global {...
  17. T

    [SOLVED] Where is drbd drive mounted

    In this file if you add red text, you will se resource in gui :) root@node2:/etc/pve# cat storage.cfg dir: local path /var/lib/vz content iso,vztmpl shared maxfiles 0 lvmthin: local-lvm vgname pve thinpool data content rootdir,images...
  18. T

    [SOLVED] Slow DRBD9 sync like 20mbit on 1GBit

    Not completly solved..... This file /var/lib/drbd.d/drbdmanage_global_common.conf after reboot is rewritten with empy. Where can i add tthose settings to make it pernament ?
  19. T

    [SOLVED] Slow DRBD9 sync like 20mbit on 1GBit

    Ok so i thought that it was buggy drbd9 but after 3 days of lost time i finally made it :) Before that fix i had 20mbit/s syncing but after that i have 800mbit/s on 1GBit :) NET | bond0 80% | pcki 13298 | pcko 133286 | si 3879 Kbps | so 807 Mbps | coll 0 | mlti 12 | erri...
  20. T

    [SOLVED] Slow DRBD9 sync like 20mbit on 1GBit

    LOLLLL I MADE IT !!!!!!!!!!! I will post answer shortly (10 min)