提交 b8954457 编写于 作者: J Jonathan Brassow 提交者: Alasdair G Kergon

dm log userspace: fix comment hyphens

Fix comments: clustered-disk needs a hyphen not an underscore.
Signed-off-by: NJonathan Brassow <jbrassow@redhat.com>
Signed-off-by: NAlasdair G Kergon <agk@redhat.com>
上级 991d9fa0
...@@ -48,7 +48,7 @@ kernel and userspace, 'connector' is used as the interface for ...@@ -48,7 +48,7 @@ kernel and userspace, 'connector' is used as the interface for
communication. communication.
There are currently two userspace log implementations that leverage this There are currently two userspace log implementations that leverage this
framework - "clustered_disk" and "clustered_core". These implementations framework - "clustered-disk" and "clustered-core". These implementations
provide a cluster-coherent log for shared-storage. Device-mapper mirroring provide a cluster-coherent log for shared-storage. Device-mapper mirroring
can be used in a shared-storage environment when the cluster log implementations can be used in a shared-storage environment when the cluster log implementations
are employed. are employed.
...@@ -146,7 +146,7 @@ static int build_constructor_string(struct dm_target *ti, ...@@ -146,7 +146,7 @@ static int build_constructor_string(struct dm_target *ti,
* <UUID> <other args> * <UUID> <other args>
* Where 'other args' is the userspace implementation specific log * Where 'other args' is the userspace implementation specific log
* arguments. An example might be: * arguments. An example might be:
* <UUID> clustered_disk <arg count> <log dev> <region_size> [[no]sync] * <UUID> clustered-disk <arg count> <log dev> <region_size> [[no]sync]
* *
* So, this module will strip off the <UUID> for identification purposes * So, this module will strip off the <UUID> for identification purposes
* when communicating with userspace about a log; but will pass on everything * when communicating with userspace about a log; but will pass on everything
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册