Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.8.0
-
None
-
Reviewed
Description
HDFS-9534 added new API in FileSystem to unset the storage policy. Once policy is unset blocks should move back to the default storage policy.
Currently mover is not moving file blocks which have zero storage ID
// currently we ignore files with unspecified storage policy if (policyId == HdfsConstants.BLOCK_STORAGE_POLICY_ID_UNSPECIFIED) { return; }
Attachments
Attachments
Issue Links
- relates to
-
HDFS-9534 Add CLI command to clear storage policy from a path.
- Resolved