You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Andrew Gaul (JIRA)" <ji...@apache.org> on 2018/11/03 21:11:00 UTC

[jira] [Commented] (JCLOUDS-1412) FileSystem BlobStore not compatible with Docker

    [ https://issues.apache.org/jira/browse/JCLOUDS-1412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16674212#comment-16674212 ] 

Andrew Gaul commented on JCLOUDS-1412:
--------------------------------------

Could you share the exception backtrace and steps to reproduce these symptoms?  I believe this should work on Docker when using a compatible storage driver, i.e., not aufs.

> 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)