From dc811d0fc5c16923063695c6bdb47d6ec690474b Mon Sep 17 00:00:00 2001 From: Simone Tiraboschi Date: Wed, 27 Mar 2019 17:57:36 +0100 Subject: [PATCH] Explain the difference between he_iscsi_portal_addr and he_storage_domain_addr Fixes: https://github.com/oVirt/ovirt-ansible-hosted-engine-setup/issues/158 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58577de..4fb4215 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ No. | he_iscsi_target | null | iscsi target | | he_lun_id | null | Lun ID | | he_iscsi_portal_port | null | iscsi portal port | -| he_iscsi_portal_addr | null | iscsi portal address | +| he_iscsi_portal_addr | null | iscsi portal address (just for interactive iSCSI discovery, use he_storage_domain_addr for the deployment) | | he_iscsi_tpgt | null | iscsi tpgt | | he_discard | false | Discard the whole disk space when removed. more info [here](https://ovirt.org/develop/release-management/features/storage/discard-after-delete/)