Search results

  1. D

    Are live backups working on DRBD9 storage?

    Happy to help with debugging :-) I stopped and restarted the VM and the "INFO: snapshots found (not included into backup)" disappeared during backup. But during backup should'nt I see a snapshot with drbdmanage list-snapshots or lvdisplay?
  2. D

    Are live backups working on DRBD9 storage?

    yes, thank you: bootdisk: virtio0 cores: 2 ide2: nfsbk:iso/CentOS-7-x86_64-Minimal-1503-01.iso,media=cdrom memory: 4096 name: demo net0: bridge=vmbr0,virtio=32:64:37:38:34:35 numa: 0 ostype: l26 scsi0: drbd1:vm-100-disk-1,cache=writethrough,discard=on,size=80G scsihw: virtio-scsi-pci smbios1...
  3. D

    Are live backups working on DRBD9 storage?

    Hello, I'm testing DRBD9, backup works but I noticed this line: INFO: snapshots found (not included into backup) I know that drbdmanage has not all functions working (see disk expansion), so are snapshot working? I typed this command during backup: drbdmanage list-snapshots Snapshot list...
  4. D

    Resize availability on PVE

    Thank you Is there another way? For example backup and restore, but I don't see any option for the target disk size
  5. D

    drbdmanage needs updated

    Thank you for your reply. I'm not in production now so I can try. It's ok to download and install with dpkg kernel and drbdmanage or can you tell me a more clean way?
  6. D

    drbdmanage needs updated

    I have pve-enterprise on a three nodes cluster, is it possible to upgrade only drbd packages?
  7. D

    Suggested storage setup for 3 nodes 1HD+1SSD

    First this: https://forum.proxmox.com/threads/drbd-cluster-creation-problem.26957/ Cluster up and running with replica count 2 (on 3 nodes) VM created on node 1, disk added on node 2 and node 3 Ok, it is not efficient but it work diskless added a replica with drbdmanage on node 1; error: the...
  8. D

    Suggested storage setup for 3 nodes 1HD+1SSD

    Dear Proxmox Team and users, I just finished some test with DRBD9, all lost... disaster! Now I have to look for another way. I have 3 identical server with: 8 cores - 32 GB RAM without ECC 1 SSD (Intel DC S3510) + 1 HD (WD RE4), no hotswap 2 1GB nic bonded on a cluster of switches Automatic...
  9. D

    DRBD cluster creation problem

    I reply myself: I think no because the hostname that you use for add node must be the result of "uname -n" So how to use a separate network for drbd?
  10. D

    DRBD cluster creation problem

    found the problem... in my hosts file I had: public-ip-211 pve211 public-ip-212 pve212 public-ip-213 pve213 I used a private ip (on different interface/vlan) for drbd trying with only public ip is correct so you think that is correct to set two hostname? For example: public-ip-211...
  11. D

    DRBD cluster creation problem

    Thank you again, e100... root@pve212:~# drbdadm up .drbdctrl no resources defined! root@pve212:~# drbdsetup status root@pve212:~# Is there a supported way to upgrade only drbd from pve-test I have now the pve-enterprise on all nodes...
  12. D

    DRBD cluster creation problem

    Hi e100 and thank you for your reply! root@pve211:~# drbdadm status .drbdctrl role:Secondary volume:0 disk:UpToDate volume:1 disk:UpToDate pve212 connection:Connecting root@pve212:~# drbdadm status root@pve212:~# There is no output from the second node, it has lv metadata (created...
  13. D

    DRBD cluster creation problem

    Sorry for posting again, I need your help
  14. D

    DRBD cluster creation problem

    Hi, I have a working 3 nodes cluster, each node updated with enterprise repository. I followed this howto: http://pve.proxmox.com/wiki/DRBD9 drbdmanage init 10.12.198.211 You are going to initalize a new drbdmanage cluster. CAUTION! Note that: * Any previous drbdmanage cluster information...
  15. D

    [SOLVED] How to buy subscription

    Dear Proxmox Staff, I want to buy community subscription for 3 server that will be a cluster but I can't find all the informations I need. On the shopping cart I see: This product/service requires some additional information from you to allow us to process your order. What information you...
  16. D

    PM 4.1 Install on Dell R730 with non Raid SSD

    I got this error when I tried to set wrong partition size values. Did you modify partition size on the gui filesystem options?
  17. D

    When will DRBD9 be ready for production ?

    I think that thin provisioning is a tecnhnoloty preview, not DRBD9. Am I wrong? So it isn't recomendend to use a DRBD9 cluster for production?
  18. D

    Estimated release of PVE 4.2

    Thank you for your feedback! Hope to see the new version in april :-)
  19. D

    Estimated release of PVE 4.2

    Hi to all! Is there an estimated release date for PVE 4.2? I know that this is a hateful question and sorry for posting. Thank you for your great work :-)
  20. D

    PVE 4: DRBD 9 async for disaster recovery

    I made this question on another thread but I'm opening this new to avoid off topics. Is it possible to have an extra copy of VM disk to a remote (well connected) node with DRBD async? I don't need to live migrate the VMs to that node, of course, it should be only for storage. Thank you very much