Clustered storage status (ceph & sheepdog)

I have installed sheepdog successfully and it is running.
but /etc/pve/storage.cfg not found.
I need to configure sheepdog for proxmox use.
Any help please.
 
Hi,
I have installed sheepdog but there is no file like /etc/pve/storage.cfg
Hi, you can test try with pvetest repository now.

add a rados block storage to /etc/pve/storage.cfg

rbd: myrbdstorage
monhost X.X.X.X:6789;X.X.X.X:6789;X.X.X.X:6789
pool mypool
username admin
authsupported cephx;none
content images

where monhost are your ceph monitor servers.

you need to copy your ceph.keyring to /etc/pve/priv/ceph/myrbdstorage.keyring , with the name of your storage.

that's all!

you should be able to create images to your ceph cluster and start your vm.

(Note that's only the client side, we don't implement ceph server on proxmox for the moment)
 
I have installed sheepdog successfully and it is running.
but /etc/pve/storage.cfg not found.
I need to configure sheepdog for proxmox use.
Any help please.

Hi, /etc/pve/storage.cfg is an proxmox configuration file....so it's impossible that you don't have this file on your proxmox server...

(or your proxmox server install is broken)
 
Hi, /etc/pve/storage.cfg is an proxmox configuration file....so it's impossible that you don't have this file on your proxmox server...

(or your proxmox server install is broken)

on a fresh install its empty.

as soon as something is change on the GUI (storage), its written.

but you can also create the file manually.