Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cephfs: remove extra check for restore size
Looks like cephfs snapshot size is buggy and its getting removed in ceph fs. we cannot get the size of the snapshot during CreateVolume call, so we cannot do any size check at CreateVolume to check if the restore size is smaller or not. As we are removing this check it also fixes ceph#3147 but we dont have any validation at CSI level for smaller restore we need to depend on kubernetes external-provisioner for it. fixes: ceph#3147 Signed-off-by: Madhu Rajanna <[email protected]>
- Loading branch information