Search results

  1. J

    Proxmox 4.2 DRBD: Node does not reconnect after reboot/connection loss

    Problem occured again after a reboot. The system with drbd was up for 65 days. proxmox-ve: 4.3-66 (running kernel: 4.4.19-1-pve) ... drbdmanage: 0.97.3-1 I have to execute on all Nodes: drbdmanage export-res "*";drbdadm adjust all Then it is reconnecting again. => Fortunately not...
  2. J

    DRBD online verifiy all does not work

    @tom: No, as I have posted in my question I used the Wiki Topic for drbd9 and also the documentation for drbd9 located on drbd9.org... I have configured it as described here...
  3. J

    DRBD online verifiy all does not work

    It seems that there is no solution for this... To the Moderators: can you please submit a bug for this?
  4. J

    DRBD online verifiy all does not work

    Hi we have a fresh 3 Node DRBD9 Cluster setup with Proxmox 4.3 up and runnig like it is described in the Wiki article here https://pve.proxmox.com/wiki/DRBD9. MyVersions: 4.3-66 (running kernel: 4.4.19-1-pve),drbdmanage: 0.97.3-1 We want to configure some periodical integrity checking as...
  5. J

    Proxmox 4.2 DRBD: Node does not reconnect after reboot/connection loss

    Confirmed: After Upgrading to 4.3 the reconnect works after reboot. Solved :)!
  6. J

    Proxmox 4.2 DRBD: Node does not reconnect after reboot/connection loss

    OK I will try. But in BugZilla it is not marked as resolved ...
  7. J

    Proxmox 4.2 DRBD: Node does not reconnect after reboot/connection loss

    Uhhh this is my problem: https://bugzilla.proxmox.com/show_bug.cgi?id=1110 If I do the steps described here, it is connecting again and syncing. Production use canceled ;-)
  8. J

    Proxmox 4.2 DRBD: Node does not reconnect after reboot/connection loss

    Hello all, I am new to DRBD but not new to ProxMox ;-) We have a 3 Node DRBD9 Cluster setup with Proxmox 4.2 like it is described in the Wiki article here https://pve.proxmox.com/wiki/DRBD9. MyVersions: proxmox-ve: 4.2-64 (running kernel: 4.4.16-1-pve),drbdmanage: 0.97-1 The drbd9 storage is...
  9. J

    PVE 4.1 Emergency Mode on fresh install, slow no-subscription mirror

    Hi, we had the same problem after changing the motherboard of a system. Proxmox cannot mount some logical volumes during boot, it comes up in maintenance mode. The strange thing was, that all "failed" volumes are mounted and working after login into the maintenance mode. There are also some...
  10. J

    LXC Mountpoints vzdump and restore

    Hi, in one of my container I have an extra mountpoint for very huge logs. mp0 /mnt/tracking-log/ The logs are in /mnt/tracking-log/log I would like to exlcude this from the backups, so I have defined an exlucde-dirs in vzdump.conf: exclude-path: /mnt/tracking-log/log When I do a Backup and...
  11. J

    Lvm-thin NoBackups etc

    Another Problem while restoring a VM to the new LVM-thin Storage /usr/sbin/thin_check: execvp failed: No such file or directory Strange... on one of my nodes i have to install the thin-provisioning-tools: apt-get install thin-provisioning-tools
  12. J

    Lvm-thin NoBackups etc

    A Reboot solved my problem ...
  13. J

    Lvm-thin NoBackups etc

    Hi, thanks for your hint! I have succesfully created the logical volume. But now in the webgui i can select the Volume Group but I cannot select anything in Thin Pool. Why? lvcreate -l +100%FREE -T ssd/ssd --- Logical volume --- LV Name ssd VG Name ssd...
  14. J

    Lvm-thin NoBackups etc

    My Problem is now that I want to use SSDs for my VMs (LXC) ... :eek: I see you have to use LVM-thin if you want vzdumps with snapshots, otherwise the vzdump runs in suspended mode => vm not reachable. My first step was to configure the ssd as normal lvm storage (as described here...
  15. J

    Lvm-thin NoBackups etc

    Install 4.1 and Upgrade 4.2 has done the job ...
  16. J

    Lvm-thin NoBackups etc

    Hi, I am not new to proxmox but new to lvm-thin ;-): I have setup the a new node with the brand new proxmox 4.2. The server has about 3.8 TB Disk space. The installer creates two "storages" in proxmox: "local" with about 100Gb "local-thin" with 3.8 Gb lvm thin On the lvm-thin storage I cannot...
  17. J

    Inplace Upgrade of 3.1 to 4.X Cluster

    Hi Thomas, thanks for your quick and good answer! I have already done a complete Migration 3.x => 4.x following the steps from a separate machine outside the cluster (inlcude openvz migration) ... that works great.
  18. J

    Inplace Upgrade of 3.1 to 4.X Cluster

    Hi, I have a 5 Node production cluster (with local) storage. So i have already read the wiki entry about that. https://pve.proxmox.com/wiki/Upgrade_from_3.x_to_4.0 I have already done an in-Place testupgrade with a seperate machine ... without cluster... works great. My Question is on this...