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
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
single
modestorage
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.