Hello, I am using nfsgold volume type.
[root@tst-controller-01 ansible]# cinder type-show nfsgold
+---------------------------------+--------------------------------------+
| Property | Value |
+---------------------------------+--------------------------------------+
| description | None |
| extra_specs | volume_backend_name : nfsgold |
| id | fd8b1cc8-4c3a-490d-bc95-29e491f850cc |
| is_public | True |
| name | nfsgold |
| os-volume-type-access:is_public | True |
| qos_specs_id | None |
+---------------------------------+--------------------------------------+
cinder get-pools
+----------+--------------------------------------------------------------------+
| Property | Value |
+----------+--------------------------------------------------------------------+
| name | cinder-cluster-1@nfsgold2#10.102.189.156:/svm_tstcinder_cl2_volssd |
+----------+--------------------------------------------------------------------+
+----------+--------------------------------------------------------------------+
| Property | Value |
+----------+--------------------------------------------------------------------+
| name | cinder-cluster-1@nfsgold1#10.102.189.155:/svm_tstcinder_cl1_volssd |
+----------+--------------------------------------------------------------------+
I noted that nfsgold2 is used also when nfsgold1 is almost full.
I expected the volume was created on share with more space availability.
Ignazio