[
https://issues.apache.org/jira/browse/JCLOUDS-1412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16444328#comment-16444328
]
Russell Klopfer edited comment on JCLOUDS-1412 at 4/19/18 4:17 PM:
-------------------------------------------------------------------
{quote}What symptoms do you experience?
{quote}
# Save files and directories to the file system using JClouds FS BlobStore
when building a Docker image.
# Load the docker image.
# Check if a _directory_ exists using {{blobStore.blobExists()}}
# Because of the failed xattr check, JClouds reports that the directory does
not exist even though it does
was (Author: [email protected]):
{quote}What symptoms do you experience?
{quote} # Save files and directories to the file system using JClouds FS
BlobStore when building a Docker image.
# Load the docker image.
# Check if a _directory_ exists using {{blobStore.blobExists()}}
# Because of the failed xattr check, JClouds reports that the directory does
not exist even though it does
> 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
> Labels: filesystem
>
> 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)