mirror of
https://github.com/ceph/ceph
synced 2025-01-20 10:01:45 +00:00
java/test: ceph.file.layout xattr is still not there now
b8ea65694f
tried to fix this, but
missed a spot.
Signed-off-by: Greg Farnum <greg@inktank.com>
Reviewed-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
880e6ea3fe
commit
d3183e313b
@ -826,7 +826,7 @@ public class CephMountTest {
|
||||
|
||||
/* list xattrs */
|
||||
String[] xattrs = mount.listxattr(path);
|
||||
assertTrue(xattrs.length == 3);
|
||||
assertTrue(xattrs.length == 2);
|
||||
int found = 0;
|
||||
for (String xattr : xattrs) {
|
||||
if (xattr.compareTo("user.attr1") == 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user