Skip to content

Commit

Permalink
use DfltStorPool if no LINSTOR_STORAGE_POOL was set
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Jun 27, 2019
1 parent c010aff commit 129a687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion one/datastore.py
Expand Up @@ -118,7 +118,7 @@ def storage_pool(self):
try:
return self._storage_pool.text
except AttributeError:
return None
return "DfltStorPool"

@property
def linstor_controllers(self):
Expand Down

0 comments on commit 129a687

Please sign in to comment.