Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qa/tasks/ceph_iscsi_client: don't use mpathconf | Ilya Dryomov | 2024-09-26 | 1 | -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_client | Deepika Upadhyay | 2021-10-18 | 1 | -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> |