On Sat, Feb 25, 2012 at 5:13 AM, Maor
<mlipchuk@redhat.com> wrote:
Hi Spyro, thanks for the advice,
I didn't tried this approach before, but its definitely worth trying if
it solved your problem.
I was thinking first, trying some little troubleshooting,
Terry, I saw in one response, part of this thread, you were added a file
named "me", by touching it in the ISO mounted directory.
Can you please try the following:
mv me me.iso
sudo chown 36:36 me.iso #(36:36 equals to vdsm:kvm)
and then try to run getIsoList as before:
vdsClient -s 0 getIsoList 9775f154-7578-4e22-ae44-4664b298a8cc
If it still didn't return any files, try changing the file mode (just a
hunch on this)
sudo chmod 666 me.iso
Hope it works, if it does, we can try to troubleshooting the other files.