diff --git a/cinder/volume/drivers/solidfire.py b/cinder/volume/drivers/solidfire.py index b35d37ac286..6ae7803bbd9 100644 --- a/cinder/volume/drivers/solidfire.py +++ b/cinder/volume/drivers/solidfire.py @@ -288,7 +288,7 @@ def _get_model_info(self, sfaccount, sf_volume_id): found_volume = False iteration_count = 0 - while not found_volume and iteration_count < 10: + while not found_volume and iteration_count < 600: volume_list = self._get_volumes_by_sfaccount( sfaccount['accountID']) iqn = None