How to configure storage server separate in foundationdb

Hi All,

I have configured a foundationdb server in 3 servers and created a cluster but I want to make one server only for a storage purpose. Can you please tell me how to do that

  1. Use fdbcli to set the single mode
  2. let all fdbservers in one server have class type storage and the two servers have class type stateless and log.

How can we check that server is configured as storage server, class = stateless, logs. This way

fdbcli --exec ‘status json’

to see the role/class of the processes in a server.

1 Like