summaryrefslogtreecommitdiffstats
path: root/qa/tasks/ceph_iscsi_client.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* qa/tasks/ceph_iscsi_client: don't use mpathconfIlya Dryomov2024-09-261-2/+9
| | | | | | | | ... since it's not available on Ubuntu. In this case mpathconf just sets a couple of default values and defines an empty blacklist section, so it's easy enough to replicate. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
* qa/tasks: adapt ceph_iscsi.py task to ceph_iscsi_clientDeepika Upadhyay2021-10-181-0/+56
* we use setup_iscsi_client.py to deploy iscsi client services, configuring intiator and mulitpath this is done by qa task ceph_iscsi_client * qa/cephadm: adds remotes ip addresses to iscsi gateway, * rename poolname: iscsi >> datapool, which we usually use for tests and expresses type of pool more clearly. Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>