Hello guys! NetApp NFS job is facing an error in test_compare_volume_stats_value [1] after the patch was merged [2]. We configure our backends by using "nfs" as storage_protocol and I believe the patch added preferred naming as "NFS", but enabling scheduler to work with a list of variants [NFS, nfs] and break the test with "NFS" vs "nfs". Is the scheduler not able to work with both variants (NFS, nfs) without problems? If so, do we need to change the way that this test [3] is being executed? [1] https://netappopenstacklogserver.s3-us-west-1.amazonaws.com/logs/14/1614/3/downstream-functional/cinder-cDOT-NFS/8ce69d8/job-output.txt [2] https://review.opendev.org/c/openstack/cinder/+/836069 [3] https://opendev.org/openstack/tempest/src/branch/master/tempest/api/volume/admin/test_backends_capabilities.py#L41