InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) A Storage policy consists of the Policy ID(b) The storage policy can be specified using the “dfsadmin -setStoragePolicy” command(c) dfs.storage.policy.enabled is used for enabling/disabling the storage policy feature(d) None of the mentioned |
|
Answer» Correct choice is (d) None of the mentioned Explanation: The effective storage policy can be retrieved by the “dfsadmin -getStoragePolicy” command. |
|