Weird. This is the code:
if (!parent.exists()) {
if (!parent.mkdirs()) {
LOG.error("offloadPartition: Failed to create directory " + parent.
getAbsolutePath());
}
}
Question is why parent.mkdirs() is returning false. Could be a problem of
permissions. Could you try to pass a different directory for writing, e.g.
/tmp/foobar?
On Mon, Sep 23, 2013 at 1:28 PM, Dionysis Logothetis
<[email protected]>wrote:
> offloadPartition: Failed to create directory
--
Claudio Martella
[email protected]
