I can’t figure out why I am getting a failure on bringing up my resource. It says there are not enough bitmap slots, but I have only 12 resources on there and I even added more slots.
:~$ sudo drbdadm up RT6 15: Failure: (162) Invalid configuration request additional info from kernel: Not enough free bitmap slots (available=0, needed=1)
Best guess is that there was something weird which happened during the initial meta-data creation. Was this perhaps originally created as a one node setup?
The create-md command should parse the configuration and create the needed amount of bitmap slots in the DRBD meta-data. If you want to specify the number of meta-data slots manually you could also do that via the --max-peers= option.
At this point I would advise you readjust the configuration for the three nodes you need and then re-run the drbdadm create-md RT6 command on all nodes and try again.
I was originally a 3 node, I made it two node for a while and was returning it to 3 node so it never occurred to me to recreate the metadata. In hindsight, now you bring it to my attention I may have recreated the metadata as two node at some point, it is quite possible.
Anyway, I am syncing now and I know now what to do should I encounter this again. This is VERY much appreciated.