(socket.getfqdn())'
From: Sharad Mehrotra
Sent: Thursday, August 6, 2020 1:03 AM
To: ceph-users@ceph.io
Subject: [ceph-users] Re: help me enable ceph iscsi gatewaty in ceph octopus
Adding some additional context for my question below.
I am following the di
Adding some additional context for my question below.
I am following the directions here:
https://docs.ceph.com/docs/master/rbd/iscsi-target-cli/, but am getting
stuck on step #3 of the "Configuring" section, similar to the issue
reported above that you worked on.
FYI, I installed my ceph-iscsi p
Sebastian et al:
How did you solve the "The first gateway
defined must be the local machine" issue that I asked about on another
thread?
I am deploying ceph-iscsi manually as described in the link that you sent
out (https://docs.ceph.com/docs/master/rbd/iscsi-target-cli/).
Thank you!
On Wed, Au
Till iscsi is fully working in cephadm, you can install ceph-iscsi
manually as described here:
https://docs.ceph.com/docs/master/rbd/iscsi-target-cli/
Am 05.08.20 um 11:44 schrieb Hoài Thương:
> hello swagner,
> Can you give me document , i use cephadm
--
SUSE Software Solutions Germany GmbH,
hello swagner,
Can you give me document , i use cephadm
___
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io
hi David, hi Ricardo,
I think we first have to clarify, if that was actually a cephadm
deployment (and not ceph-ansible).
If you install Ceph using ceph-ansible, then please refer to the
ceph-ansible docs.
If we're actually talking about cephadm here (which is not clear to me):
iSCSI for cephadm
Hi David,
I was able to configure iSCSI gateways on my local test environment using the
following spec:
```
# tail -14 service_spec_gw.yml
---
service_type: iscsi
service_id: iscsi_service
placement:
hosts:
- 'node1'
- 'node2'
spec:
pool: rbd
trusted_ip_list: 10.20.94