[jira] [Comment Edited] (JCLOUDS-1132) Amazon AWS - Create Volume - query params reported as unrecognized

2017-02-28 Thread Felix Otto (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15889708#comment-15889708 ] Felix Otto edited comment on JCLOUDS-1132 at 3/1/17 7:57 AM: -

[jira] [Commented] (JCLOUDS-1132) Amazon AWS - Create Volume - query params reported as unrecognized

2017-02-28 Thread Felix Otto (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15889708#comment-15889708 ] Felix Otto commented on JCLOUDS-1132: - I updated my environment to jCloud 2.0.0 and

[jira] [Created] (JCLOUDS-1251) Swift removeBlob

2017-02-28 Thread Archana Chinnaiah (JIRA)
Archana Chinnaiah created JCLOUDS-1251: -- Summary: Swift removeBlob Key: JCLOUDS-1251 URL: https://issues.apache.org/jira/browse/JCLOUDS-1251 Project: jclouds Issue Type: Bug Affects

[jira] [Created] (JCLOUDS-1250) Swift getBlob fails

2017-02-28 Thread Archana Chinnaiah (JIRA)
Archana Chinnaiah created JCLOUDS-1250: -- Summary: Swift getBlob fails Key: JCLOUDS-1250 URL: https://issues.apache.org/jira/browse/JCLOUDS-1250 Project: jclouds Issue Type: Bug

Re: [jclouds/jclouds] Handle IOException for XATTRS when reading blob on Docker (#1066)

2017-02-28 Thread Zack Shoylev
It seems XATTR_CONTENT_MD5 should be handled as well, but I am not very sure what's going on with how it's used. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1066#issuecomment-28314

[jira] [Commented] (JCLOUDS-1218) jclouds throws an exception while reading file from FS that doesn't support XATTR

2017-02-28 Thread Geert Vanheusden (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15888653#comment-15888653 ] Geert Vanheusden commented on JCLOUDS-1218: --- Created a PR to fix this: https:/

Re: [jclouds/jclouds] Handle IOException for XATTRS when reading blob on Docker (#1066)

2017-02-28 Thread Geert Vanheusden
@geertvanheusden pushed 1 commit. 34e435e Indentation -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds/pull/1066/files/01ccb743827e8c7ba89f71213e5cd794d839898e..34e435ed95fa5a8db1ff148e37cf735c2aaa1bf2

Re: [jclouds/jclouds] Handle IOException for XATTRS when reading blob on Docker (#1066)

2017-02-28 Thread Geert Vanheusden
Not sure if https://github.com/geertvanheusden/jclouds/blob/master/apis/filesystem/src/main/java/org/jclouds/filesystem/strategy/internal/FilesystemStorageStrategyImpl.java#L689 should be handled as well? Is it necessary to have an XATTR_CONTENT_MD5 attribute if you want to check if the BLOB ex

[jclouds/jclouds] Handle IOException for XATTRS when reading blob on Docker (#1066)

2017-02-28 Thread Geert Vanheusden
PR for https://issues.apache.org/jira/browse/JCLOUDS-1218 You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/1066 -- Commit Summary -- * Hanlde IOException when reading Blob without XATTRS support * Reset imports -- File Changes --

Re: [jclouds/jclouds-labs] Improve image lookup when getting node info (#359)

2017-02-28 Thread Andrea Turli
+1 looks like a desired improvement. not yet tested though -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/359#issuecomment-283057345

Re: [jclouds/jclouds-labs] Improve image lookup when getting node info (#359)

2017-02-28 Thread Ignasi Barrera
Thanks @neykov! I've applied the change. The ImageCache already provides [a method](https://github.com/jclouds/jclouds/blob/master/compute/src/main/java/org/jclouds/compute/suppliers/ImageCacheSupplier.java#L152-L165) to do that, so it's been easy. That method directly uses the underlying cache,

[jclouds/jclouds] JCLOUDS-1249: Fix OpenStack server rollback (#1065)

2017-02-28 Thread Ignasi Barrera
https://issues.apache.org/jira/browse/JCLOUDS-1249 You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/1065 -- Commit Summary -- * JCLOUDS-1249: Fix OpenStack server rollback -- File Changes -- M apis/openstack-nova/src/main/java/org

[jira] [Created] (JCLOUDS-1249) IllegalArgumentException when rolling back servers in openstack-nova

2017-02-28 Thread Ignasi Barrera (JIRA)
Ignasi Barrera created JCLOUDS-1249: --- Summary: IllegalArgumentException when rolling back servers in openstack-nova Key: JCLOUDS-1249 URL: https://issues.apache.org/jira/browse/JCLOUDS-1249 Project: