How to install rbd and use it directly from TrueNAS SCALE?

kamuzon

Dabbler
Joined
May 8, 2014
Messages
17
Hi. I have some cephs in my network.
And I need to make backups of virtual machines virtual disks.
So how can I install rbd "client" on TrueNAS Scale to do:
rbd snap create
rbd export
rbd snap rm
and so on
directly from TrueNAS without using any of ceph cluster nodes?
Thank you.
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
You can use ZFS snapshots and ZFS send and receive to a suitable target system. You cannot install additional software on TrueNAS outside of VMs or containers. TrueNAS is an appliance with a fixed feature set. If you force install additional things, you are likely to break it.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
Seems to me you would use the ceph/ceph container from the Launch docker image button and then connect to that container with CLI.

But as @Patrick M. Hausen says, you can't really interact with the ZFS local storage with that.
 
Top