drbd-utils icon indicating copy to clipboard operation
drbd-utils copied to clipboard

DRBD userspace utilities (for 9.x, 8.4, 8.3)

Results 9 drbd-utils issues
Sort by recently updated
recently updated
newest added

DRBD's udev rules don't work with newer systemd versions when the machine's hostname changes during boot, as it does in many VMs and cloud hosts. Starting with systemd version 242,...

GCC 14 and Clang 16 make this fatal: ``` gcc -g -O2 -Wall -I../../drbd-headers -I.. -I. -I../shared -c -o drbdadm_main.o drbdadm_main.c drbdadm_main.c: In function ‘main’: drbdadm_main.c:3501:17: error: implicit declaration of...

Log excerpt: ``` x86_64-pc-linux-gnu-gcc -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -Wformat -Werror=format-security -flto -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=implicit-function-declaration -Werror=implicit-int -Werror=int-conversion -Werror=incompatible-pointer-types -Wall -I../../drbd-headers -I.. -I. -I../shared -Wl,-O1 -Wl,--as-needed...

The snapshot-resync-target-lvm.sh script is not compatible with drbd9x. First the snippet ``` OUT_OF_SYNC=$(sed -ne "/^ *$DRBD_MINOR:/ "'{ n; s/^.* oos:\([0-9]*\).*$/\1/; s/^$/0/; # default if not found p; q; }' <...

In snapshot-resync-target-lvm.sh, the snapshot is created like so: `lvcreate -s -n $SNAP_NAME -L ${SNAP_SIZE}k $LVC_OPTIONS $VG_NAME/$LV_NAME` Because of the `-L` option, the resulting snapshot will be a "thick" snapshot, even...

``` In file included from DrbdMonConsts.cpp:1: ./DrbdMonConsts.h:9:10: error: use of enum ‘run_action_type’ without previous declaration 9 | enum run_action_type : uint8_t | ^~~~~~~~~~~~~~~ ./DrbdMonConsts.h:9:28: error: ‘uint8_t’ was not declared in...

DRBD does not error if one uses eg. `device drbd01234` but it does "convert" it to `drbd1234`. It was discovered on SLES while using yast2-drbd. - OS: SLES 15 SP4...

Hi, I have doubt is DRBD FIPS compliant? As DRBD uses openSSL to generate certificate but for tcp encyption consumes tlshd user land library which is dependent on GNU-TLS. Can...

Here is a patchset which adds supports of drbd.ocf for OCF 1.1 standard. The motivation is that drbd RA is broken with pacemaker built without option '--enable-compat-2.0'. The ocf and...