Skip to content

Latest commit

 

History

History
 
 

disk-manager

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Disk Manager

This binary handles adding and removing disks from a server. It uses protobuf serialization to allow RPC usage. Please check the api crate for more information or the client crate.

Configuration:

  1. Create your configuration file. The utility takes json config /etc/ceph_dead_disk/ceph.json file:
{
  "config_file": "/etc/ceph/ceph.conf",
  "user_id": "admin"
}

This tells the Ceph backend how to talk to Ceph.