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:
Felipe Rodrigues 2021-06-26 13:37:36 -03:00
parent 1261576a68
commit 854b1dc958
1 changed files with 1 additions and 1 deletions

View File

@ -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.'
)
]