commit | 3adf654ddbc355c23d75c6684128d4b067a7b792 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@inktank.com> | Thu Jan 31 11:53:41 2013 -0800 |
committer | Sage Weil <sage@inktank.com> | Wed Feb 13 18:25:51 2013 -0800 |
tree | f667b613bfc1d08494628a4e4641cbf9ab30563f | |
parent | 8860147a01c4243f64f7d602dbf8342ca616ed45 [diff] |
ceph: pass unhandled ceph.* setxattrs through to MDS If we do not specifically understand a setxattr on a ceph.* virtual xattr, send it through to the MDS. This allows us to implement new functionality via the MDS without direct support on the client side. Signed-off-by: Sage Weil <sage@inktank.com> Reviewed-by: Sam Lang <sam.lang@inktank.com>