Hi all, I have a brand new installation that is working well except for volume resizing. I used the Proxmox GUI to do the resize and the size incremented as expected, but linstor volume list and linstor vd l do not match and the status is stuck on resizing; there’s no change.
linstor v l
┊ pm-1f6a3339 ┊ r350 ┊ pve-storage ┊ 0 ┊ 1008 ┊ None ┊ 38.97 GiB ┊ Unused ┊ Resizing, UpToDate ┊ Established(1) ┊
┊ pm-1f6a3339 ┊ r360 ┊ pve-storage ┊ 0 ┊ 1008 ┊ None ┊ 38.97 GiB ┊ Unused ┊ Resizing, UpToDate ┊ Established(1) ┊
┊ pm-1f6a3339 ┊ t130 ┊ DfltDisklessStorPool ┊ 0 ┊ 1008 ┊ None ┊ ┊ Unused ┊ TieBreaker ┊ ┊
linstor vd l
┊ pm-1f6a3339 ┊ 0 ┊ 1008 ┊ 75.00 GiB ┊ ┊ resizing ┊
I’ve tried restarting linstor-satellite and linstor-controller but there’s no change.
The error log shows there ‘s a problem with the drbd command but I don’t know what to do with that!
ERROR REPORT 69BC441B-33979-000020
============================================================
Application: LINBIT® LINSTOR
Module: Satellite
Version: 1.33.1
Build ID: 95da7940d6efb6a39ea303c5f37b03478a6fab0b
Build time: 2025-12-22T16:04:57+00:00
Error time: 2026-03-19 19:35:11
Node: r350
Thread: DeviceManager============================================================
Reported error:
Category: LinStorException
Class name: ResourceException
Class canonical name: com.linbit.linstor.core.devmgr.exceptions.ResourceException
Generated at: Method ‘adjustDrbd’, Source file ‘DrbdLayer.java’, Line #933Error message: Failed to adjust DRBD resource pm-1f6a3339
Error context:
An error occurred while processing resource ‘Node: ‘r350’, Rsc: ‘pm-1f6a3339’’
ErrorContext:Call backtrace:
Method Native Class:Line number adjustDrbd N com.linbit.linstor.layer.drbd.DrbdLayer:933 processResource N com.linbit.linstor.layer.drbd.DrbdLayer:281 lambda$processResource$1 N com.linbit.linstor.core.devmgr.DeviceHandlerImpl:1424 processGeneric N com.linbit.linstor.core.devmgr.DeviceHandlerImpl:1467 processResource N com.linbit.linstor.core.devmgr.DeviceHandlerImpl:1420 processResources N com.linbit.linstor.core.devmgr.DeviceHandlerImpl:394 dispatchResources N com.linbit.linstor.core.devmgr.DeviceHandlerImpl:226 dispatchResources N com.linbit.linstor.core.devmgr.DeviceManagerImpl:341 phaseDispatchDeviceHandlers N com.linbit.linstor.core.devmgr.DeviceManagerImpl:1149 devMgrLoop N com.linbit.linstor.core.devmgr.DeviceManagerImpl:786 run N com.linbit.linstor.core.devmgr.DeviceManagerImpl:682 run N java.lang.Thread:1583Caused by:
Category: LinStorException
Class name: ExtCmdFailedException
Class canonical name: com.linbit.extproc.ExtCmdFailedException
Generated at: Method ‘execute’, Source file ‘DrbdAdm.java’, Line #805Error message: The external command ‘drbdsetup’ exited with error code 5
ErrorContext:
Description: Execution of the external command ‘drbdsetup’ failed.
Cause: The external command exited with error code 5.
Correction: - Check whether the external program is operating properly.
- Check whether the command line is correct.
Contact a system administrator or a developer if the command line is no longer valid
for the installed version of the external program.
Details: The full command line executed was:
drbdsetup wait-connect-resource --wait-after-sb=yes --wfc-timeout=10 pm-1f6a3339The external command sent the following output data:
The external command sent the following error information:
degr-wfc-timeout has to be shorter than wfc-timeout
degr-wfc-timeout implicitly set to wfc-timeout (10s)
outdated-wfc-timeout has to be shorter than degr-wfc-timeout
outdated-wfc-timeout implicitly set to degr-wfc-timeout (10s)Call backtrace:
Method Native Class:Line number execute N com.linbit.linstor.layer.drbd.utils.DrbdAdm:805 execute N com.linbit.linstor.layer.drbd.utils.DrbdAdm:788 waitForFamily N com.linbit.linstor.layer.drbd.utils.DrbdAdm:777 waitConnectResource N com.linbit.linstor.layer.drbd.utils.DrbdAdm:577 resize N com.linbit.linstor.layer.drbd.utils.DrbdAdm:151 adjustDrbd N com.linbit.linstor.layer.drbd.DrbdLayer:729 processResource N com.linbit.linstor.layer.drbd.DrbdLayer:281 lambda$processResource$1 N com.linbit.linstor.core.devmgr.DeviceHandlerImpl:1424 processGeneric N com.linbit.linstor.core.devmgr.DeviceHandlerImpl:1467 processResource N com.linbit.linstor.core.devmgr.DeviceHandlerImpl:1420 processResources N com.linbit.linstor.core.devmgr.DeviceHandlerImpl:394 dispatchResources N com.linbit.linstor.core.devmgr.DeviceHandlerImpl:226 dispatchResources N com.linbit.linstor.core.devmgr.DeviceManagerImpl:341 phaseDispatchDeviceHandlers N com.linbit.linstor.core.devmgr.DeviceManagerImpl:1149 devMgrLoop N com.linbit.linstor.core.devmgr.DeviceManagerImpl:786 run N com.linbit.linstor.core.devmgr.DeviceManagerImpl:682 run N java.lang.Thread:1583END OF ERROR REPORT.
The error from the command in the error is
degr-wfc-timeout has to be shorter than wfc-timeout
degr-wfc-timeout implicitly set to wfc-timeout (10s)
outdated-wfc-timeout has to be shorter than degr-wfc-timeout
outdated-wfc-timeout implicitly set to degr-wfc-timeout (10s)
Not sure what to do with that so any help appreciated!