Multiple "pools" with CEPH storage

nz_monkey

Renowned Member
Jan 17, 2013
60
0
71
Hi There,

We have Proxmox 2.2 up and running with our CEPH cluster. We are currently just using the default "rbd" pool but also have a number of other pools we would like to be able to use.

Is it possible to have multiple pools from the same CEPH cluster in Proxmox ?


At the moment it looks like it just displays the one "ceph" item and has no provision to show multiple pools under this cluster.
 
Hi There,

We have Proxmox 2.2 up and running with our CEPH cluster. We are currently just using the default "rbd" pool but also have a number of other pools we would like to be able to use.

Is it possible to have multiple pools from the same CEPH cluster in Proxmox ?


At the moment it looks like it just displays the one "ceph" item and has no provision to show multiple pools under this cluster.

Hi,
sure, just add a new rbd storage in /etc/pve/storage.cfg, and change the pool option

Code:
rbd: rbdstorage1
        authsupported none
        pool rbd
        monhost x.x.x.x:6789;x.x.x.x:6789;x.x.x.x:6789
        username admin
        content images

rbd: rbdstorage2
        authsupported none
        pool otherpool
        monhost x.x.x.x:6789;x.x.x.x:6789;x.x.x.x:6789
        username admin
        content images
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!