TrivialFix: Fix the filter name in config helper
The config `use_scheduler_creating_share_from_snapshot` has the help message with wrong name of the scheduler filter that the user must enable with the option. The filter name is `CreateFromSnapshotFilter`, instead of `CreateShareFromSnapshot`. Change-Id: I3e6170f8def53aabd4bc5858fa297061e2873477
This commit is contained in:
parent
1261576a68
commit
854b1dc958
@ -52,7 +52,7 @@ share_api_opts = [
|
||||
'be performed on the same host. '
|
||||
'If set to True, then scheduler will be used.'
|
||||
'When enabling this option make sure that filter '
|
||||
'CreateShareFromSnapshot is enabled and to have hosts '
|
||||
'CreateFromSnapshotFilter is enabled and to have hosts '
|
||||
'reporting replication_domain option.'
|
||||
)
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user