mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-05-31 02:56:42 +00:00
The go-ceph CephFS Admin API needs a rados.Conn to connect the Admin interface to the Ceph cluster. As the rados.Conn is internal to the ClusterConnection type, add GetFSAdmin() to create a new FSAdmin instance for a specific connection. Signed-off-by: Niels de Vos <ndevos@redhat.com>