HDFS-12125. Document the missing EC removePolicy command (#1258) Contributed by Wenxin He, Siyao Meng.
Co-authored-by: Wenxin He <wenxin.he@gmail.com>
This commit is contained in:
parent
ce3c5a3e3b
commit
e02ffed1b1
@ -498,6 +498,7 @@ Usage:
|
||||
[-listCodecs]
|
||||
[-enablePolicy -policy <policyName>]
|
||||
[-disablePolicy -policy <policyName>]
|
||||
[-removePolicy -policy <policyName>]
|
||||
[-verifyClusterSetup -policy <policyName>...<policyName>]
|
||||
[-help [cmd ...]]
|
||||
|
||||
@ -511,6 +512,7 @@ Usage:
|
||||
|-listCodecs| Get the list of supported erasure coding codecs and coders in system|
|
||||
|-enablePolicy| Enable an ErasureCoding policy in system|
|
||||
|-disablePolicy| Disable an ErasureCoding policy in system|
|
||||
|-removePolicy| Remove an ErasureCoding policy from system|
|
||||
|-verifyClusterSetup| Verify if the cluster setup can support a list of erasure coding policies|
|
||||
|
||||
Runs the ErasureCoding CLI. See [HDFS ErasureCoding](./HDFSErasureCoding.html#Administrative_commands) for more information on this command.
|
||||
|
@ -170,6 +170,7 @@ Deployment
|
||||
[-listCodecs]
|
||||
[-enablePolicy -policy <policyName>]
|
||||
[-disablePolicy -policy <policyName>]
|
||||
[-removePolicy -policy <policyName>]
|
||||
[-verifyClusterSetup -policy <policyName>...<policyName>]
|
||||
[-help [cmd ...]]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user