commit | 80e80fbb584dc0d0dc894c4965bc2a199c7cd3f2 | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zyan@redhat.com> | Tue Dec 13 16:03:26 2016 +0800 |
committer | Ilya Dryomov <idryomov@gmail.com> | Wed Dec 14 22:39:04 2016 +0100 |
tree | 1ed1cb12474a097c20c23dadf9261139df083132 | |
parent | dc24de82d61b1edc3d195badd178e7875ba9398f [diff] |
ceph: avoid creating orphan object when checking pool permission Pool permission check needs to write to the first object. But for snapshot, head of the first object may have already been deleted. Skip the check for snapshot inode to avoid creating orphan object. Link: http://tracker.ceph.com/issues/18211 Signed-off-by: Yan, Zheng <zyan@redhat.com>