The Ceph pool doesn't exist https://www.softaculous.com/board/index.php?tid=19343 <![CDATA[The Ceph pool doesn't exist]]> https://www.softaculous.com/board/index.php?tid=19343&tpg=1#p57426




]]>
Tue, 26 Dec 2023 15:25:25 GMT https://www.softaculous.com/board/index.php?tid=19343&tpg=1#p57426
<![CDATA[]]> https://www.softaculous.com/board/index.php?tid=19343&tpg=0#p57425
```
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.]]>
Tue, 26 Dec 2023 15:24:04 GMT https://www.softaculous.com/board/index.php?tid=19343&tpg=0#p57425