I tried to follow the drbd Howto "Highly Available NVMe Over Fabrics (NVMe-oF) on RHEL 9", but run into the error
`Error: Unable to find agent 'nvmet-subsystem', try specifying its full name`
`Error: Errors have occurred, therefore pcs is unable to continue`
It happend with the command:
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
So I have no experience with pacemaker, but i think it requests the NVMe-oF target export agent, that is located in the package "resource-agents". So I installed it additionally although it was not specified. But no change.
I found this overview according agents:
pcs example for nvme-subsystem
So I changed the command to:
pcs -f nvmet_config resource create nvme-subsystem_0 ocf:heartbeat:nvmet-subsystem nqn=drbd-nvme1 op......
Also not working.
I tried this Howto with Rocky 9, Ubuntu Server 22.04 and Debian 11.3. All give the same error message.
Clear is that the Howto is not correct, but how can i fix this? I found not one post in the internet according this. Strange. I dont think that i am the first, because Linbit do it already.