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 2021/07/28 13:19:00 UTC

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

     [ https://issues.apache.org/jira/browse/JCLOUDS-1412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Gaul resolved JCLOUDS-1412.
----------------------------------
    Fix Version/s: 2.1.2
         Assignee: Andrew Gaul
       Resolution: Fixed

> 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
>            Assignee: Andrew Gaul
>            Priority: Major
>              Labels: filesystem
>             Fix For: 2.1.2
>
>
> 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
(v8.3.4#803005)