[
https://issues.apache.org/jira/browse/JCLOUDS-1412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16443199#comment-16443199
] Russell Klopfer commented on JCLOUDS-1412: ------------------------------------------ This is where those attributes are written: [https://github.com/jclouds/jclouds/blob/rel/jclouds-2.1.0/apis/filesystem/src/main/java/org/jclouds/filesystem/strategy/internal/FilesystemStorageStrategyImpl.java#L465] This is where they read: [https://github.com/jclouds/jclouds/blob/rel/jclouds-2.1.0/apis/filesystem/src/main/java/org/jclouds/filesystem/strategy/internal/FilesystemStorageStrategyImpl.java#L712] > FileSystem BlobStore not compatible with Docker > ----------------------------------------------- > > Key: JCLOUDS-1412 > URL: https://issues.apache.org/jira/browse/JCLOUDS-1412 > Project: jclouds > Issue Type: Bug > Components: jclouds-blobstore > Affects Versions: 2.1.0 > Reporter: Russell Klopfer > Priority: Major > > Because of [https://github.com/moby/moby/issues/1070] > JClouds FS BlobStore relies on xattr. This means that it won't work with > docker because docker does not support xattr. > Specifically, I saw this when trying to create directories without using > deprecated methods. > [https://jclouds.apache.org/reference/javadoc/2.1.x/org/jclouds/blobstore/BlobStore.html#createDirectory(java.lang.String,%20java.lang.String)] > [https://jclouds.apache.org/reference/javadoc/2.1.x/org/jclouds/blobstore/BlobStore.html#deleteDirectory(java.lang.String,%20java.lang.String)] > [https://jclouds.apache.org/reference/javadoc/2.1.x/org/jclouds/blobstore/BlobStore.html#directoryExists(java.lang.String,%20java.lang.String)] > -- This message was sent by Atlassian JIRA (v7.6.3#76005)
