Ceph Integration with ISCSI

Prepare the image VMWARE_DISK1 apt install ceph-iscsi [root@ceph1 ~]# ceph osd pool create myrbd[root@ceph1 ~]# ceph osd pool application enable myrbd rbd [root@ceph1 ~]# rbd –pool myrbd create VMWARE_DISK1 –size=100G Deploy the iSCSI gateways [root@ceph1 ~]# ceph orch apply iscsi myrbd admin admin01 –placement ceph2,ceph3 –trusted_ip_list 10.9.0.24,10.9.0.25 [root@ceph1 ~]# ceph orch lsNAME                       RUNNING  REFRESHED  AGE  PLACEMENT        alertmanager                   […]