Hi,
I am following “NVMe-oF High Availability Clustering Using DRBD and Paceamker on RHEL 9” this guide.
When i am running the below commands i am getting this error " Unable to find agent ‘nvmet-subsystem’ and nvmet-namespace, try specifying its full name"
Commands:
pcs -f nvmet_config resource create p_nvme-subsystem_0 nvmet-subsystem
nqn=linbit-nqn0
op start timeout=10s interval=0
op stop timeout=10s interval=0
op monitor interval=10s timeout=10s
pcs -f nvmet_config resource create p_nvmet-namespace_0 nvmet-namespace \
nqn=linbit-nqn0 namespace_id=10 backing_path=“/dev/drbd0”
uuid=aea2016e-7ebc-4be3-ba44-789d4cb4d17c
nguid=a004f44f-a0bb-46d5-bec3-20407700cca1
op start timeout=10s interval=0
op stop timeout=10s interval=0
op monitor interval=10s timeout=10s
Please help