Exporting RBD without iscsi
pradeep suresh
32 Posts
January 2, 2024, 2:19 pmQuote from pradeep suresh on January 2, 2024, 2:19 pmIs it possible to export the RBD over the same network where the iscsi has been configured and make a kernel mount. We are using a KVM hypervisor.
Host can directly talk over the backend network. But would want it to have on an isolated network for certain security reason.
Where should the changes be done to made it to achieve this ?
Looking forward to your response.
Thanks in advance.
Is it possible to export the RBD over the same network where the iscsi has been configured and make a kernel mount. We are using a KVM hypervisor.
Host can directly talk over the backend network. But would want it to have on an isolated network for certain security reason.
Where should the changes be done to made it to achieve this ?
Looking forward to your response.
Thanks in advance.
admin
2,930 Posts
January 2, 2024, 4:19 pmQuote from admin on January 2, 2024, 4:19 pmsure Linux hosts can directly access rbd images.
Use the rbd map command
sure Linux hosts can directly access rbd images.
Use the rbd map command
pradeep suresh
32 Posts
January 3, 2024, 9:34 amQuote from pradeep suresh on January 3, 2024, 9:34 amCan I change the public network, which has been configured to backend, to a different network which is using the iscsi itself ?
Is there any implication ?
mon_host = 10.150.2.152,10.150.2.150,10.150.2.151
public_network = 10.150.2.0/24 (also used to backend)
Can I change the public network, which has been configured to backend, to a different network which is using the iscsi itself ?
Is there any implication ?
mon_host = 10.150.2.152,10.150.2.150,10.150.2.151
public_network = 10.150.2.0/24 (also used to backend)
admin
2,930 Posts
January 3, 2024, 2:28 pmQuote from admin on January 3, 2024, 2:28 pmbackend network is where ceph communicates: monitors, osds
To access rbd images directly from Linux client, client has to have access to this network. client needs direct access to mons and osds.
backend network is where ceph communicates: monitors, osds
To access rbd images directly from Linux client, client has to have access to this network. client needs direct access to mons and osds.
Last edited on January 3, 2024, 2:29 pm by admin · #4
Exporting RBD without iscsi
pradeep suresh
32 Posts
Quote from pradeep suresh on January 2, 2024, 2:19 pmIs it possible to export the RBD over the same network where the iscsi has been configured and make a kernel mount. We are using a KVM hypervisor.
Host can directly talk over the backend network. But would want it to have on an isolated network for certain security reason.Where should the changes be done to made it to achieve this ?
Looking forward to your response.
Thanks in advance.
Is it possible to export the RBD over the same network where the iscsi has been configured and make a kernel mount. We are using a KVM hypervisor.
Host can directly talk over the backend network. But would want it to have on an isolated network for certain security reason.
Where should the changes be done to made it to achieve this ?
Looking forward to your response.
Thanks in advance.
admin
2,930 Posts
Quote from admin on January 2, 2024, 4:19 pmsure Linux hosts can directly access rbd images.
Use the rbd map command
sure Linux hosts can directly access rbd images.
Use the rbd map command
pradeep suresh
32 Posts
Quote from pradeep suresh on January 3, 2024, 9:34 amCan I change the public network, which has been configured to backend, to a different network which is using the iscsi itself ?
Is there any implication ?
mon_host = 10.150.2.152,10.150.2.150,10.150.2.151
public_network = 10.150.2.0/24 (also used to backend)
Can I change the public network, which has been configured to backend, to a different network which is using the iscsi itself ?
Is there any implication ?
mon_host = 10.150.2.152,10.150.2.150,10.150.2.151
public_network = 10.150.2.0/24 (also used to backend)
admin
2,930 Posts
Quote from admin on January 3, 2024, 2:28 pmbackend network is where ceph communicates: monitors, osds
To access rbd images directly from Linux client, client has to have access to this network. client needs direct access to mons and osds.
backend network is where ceph communicates: monitors, osds
To access rbd images directly from Linux client, client has to have access to this network. client needs direct access to mons and osds.