Merge "Change the default configuration value - volume_fstype"
This commit is contained in:
commit
fbc0856ab1
@ -0,0 +1,4 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Default 'volume_fstype' has been changed from 'ext3' to 'ext4'.
|
@ -219,7 +219,7 @@ common_opts = [
|
||||
'unreachable'),
|
||||
cfg.IntOpt('num_tries', default=3,
|
||||
help='Number of times to check if a volume exists.'),
|
||||
cfg.StrOpt('volume_fstype', default='ext3',
|
||||
cfg.StrOpt('volume_fstype', default='ext4',
|
||||
choices=['ext3', 'ext4', 'xfs'],
|
||||
help='File system type used to format a volume.'),
|
||||
cfg.StrOpt('cinder_volume_type', default=None,
|
||||
|
Loading…
x
Reference in New Issue
Block a user