> You want to break it out into two server volumes: > > # Server settings > volume tcp-server > ?type protocol/server > ?option transport-type tcp/server > ?subvolumes brick > ?option auth.addr.brick.allow * > end-volume > > volume ib-server > ?type protocol/server > ?option transport-type ib-verbs/server > ?subvolumes brick > ?option auth.addr.brick.allow * > end-volume ahh, I literally had "volume server" in two blocks so it barfed. Forgot that the string after volume needs to be unique for each block.