Failed to upload Image to Storage Node
-
Just setup a new fog server 7208 and storage node.
The storage node was updated from 1.2.0 and the fog server was fresh install.
Uploaded database backup from old fog server to new one.
Added the storage node and i can build ok, i just cant upload any images.
I get error “failed to create image upload past (prepareUpLoadLocation)”
I have checked permissions and i think they are correct.
Anyone else came across this and able to advise?
Thanks Duncan /images/storage/dev *(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=1)
-
On the Node:
/images *(ro,sync,no_wdelay,no_subtree_check,insecure_locks,no_root_squash,insecure,fsid=0) /images/dev *(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=1)
On the Fog Server:
/images *(ro,sync,no_wdelay,no_subtree_check,insecure_locks,no_root_squash,insecure,fsid=0) /images/dev *(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=1)
So both the same
Thanks
-
What does your
/etc/exports
look like?