Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
On Tue, Nov 07, 2017 at 07:34:07AM +0000, Sebastian Blajszczak wrote: > Hello Roland, > > thanks for your reply. You are right. With the proxmox 5 update I got > a downgrade to drbd 8.4. I installed drbd 9 and drbdmanage-proxmox > plugin. I purged drbdmanage but I still have "python-drbdmanage" > installed, should I purge this too? > > Thats my installed drbd tools: > dpkg-query -l | grep drbd > ii drbd-utils 9.1.1+linbit-1 amd64 RAID 1 over TCP/IP for Linux (user utilities) > ii drbdmanage-proxmox 2.1-1 all DRBD distributed resource management utility > ii python-drbdmanage 0.99.14-1 all DRBD distributed resource management utility That is okay, the .14 is LINBIT's drbdmanage (server + cli). utils are up to date, and drbdmanage-proxmox (the plugin glue between PM and DM) is also at the latest version. > After that I have to check why he is not syncing: > drbd-overview > NOTE: drbd-overview will be deprecated soon. > Please consider using drbdtop. > > 0:.drbdctrl/0 Connected(1*) Secondary(1*) Diskless(1*) > 1:.drbdctrl/1 Connected(1*) Secondary(1*) Diskless(1*) Both diskless? Did you loose your LVs? Check what /etc/drbd.d/drbdctrl.res specifies and what you have (lvs). Fix that first with the usual drbdadm commands. Only if the control volume is happy it makes sense to do something involving drbdmanage. Regards, rck