Softaculous


Topic : The Ceph pool doesn't exist


Posted By: sonpython on December 26, 2023, 3:24 pm
I have a Ceph storage cluster in use and want to create a pool for Virtualizor. I have created it using the command below:

```
rbd create phuongluu --size 40960 --image-feature layering -m 172.16.1.1 -k /root/ceph.client.admin.keyring -p azlab
```

Afterwards, I mounted it on the Virtualizor server (using the common LAN):

```
rbd map phuongluu --name client.admin -m 172.16.1.1 -k /root/ceph.client.admin.keyring -p azlab
```

I verified that Ceph was mapped to the Virtualizor server with the following command:

```
[root@localhost ~]# rbd showmapped
id pool  image    snap device   
0  azlab phuongluu -    /dev/rbd0
```

I also checked the /dev/rbd/ directory and confirmed that Ceph is displayed here. However, when I add this path to Virtualizor, I receive the following error:

```
Server ID: 0. Error: The Ceph pool doesn't exist.
```


Please help me check if I missed any steps. Thank you.

Posted By: sonpython on December 26, 2023, 3:25 pm | Post: 1
I forgot to attach the screenshot. Please refer to the attached image below.






Powered By AEF 1.0.8 © 2007-2008 Electron Inc.