rackspace-cookbooks/rackspacecloud

The rackspacecloud_file LWRP fails when attempting to move files across devices in Windows

Closed this issue · 1 comments

The usage of FileUtils.mv in the rackspacecloud_file LWRP will sometimes fail on Windows if the source and destination are not on the same device. This ends up presenting itself as an EACCESS error during the chef run.

PR merged. Thanks again.