![]()
I am struggling to upload an image to the marketplace. I keep getting 0kb image size. See sequence when creating attached.
![]()
I am struggling to upload an image to the marketplace. I keep getting 0kb image size. See sequence when creating attached.
Hello,
Can the user oneadmin do an scp with no password to the directory where the VM images are being stored?
Thank you
I am using minione. fe, storage and kvm on the same node.
Hello,
Can you check if the user oneadmin has write permissions on the image directory (the path configured on the http server) ?
Can you check the outputs of (ID is the marketplace ID)
onemarket show ID | awk -F'=' '/^BRIDGE_LIST=/ {print $NF}onemarket show ID | awk -F'=' '/^PUBLIC_DIR=/ {print $NF}and see if you can do (as the user oneadmin) an scp to that server (the one on BRIDGE_LIST) and directory (the one in PUBLIC_DIR)?
Note that this kind of private marketplace needs an HTTP server running and serving as root that PUBLIC_DIR.
HTTP server has permissions to read the copied file? Can you download the files in the HTTP server?Thanks