GitHub user bernardodemarco added a comment to the discussion: Registered ISO 
to cloudstack UI but it is not showing ready

@subincb30, I already faced a similar issue and it was due to an incorrect 
secondary storage NFS setup.

When troubleshooting the situation, I first tested that the SSVM was able to 
access the internet and that the domain names were being correctly translated 
by the DNS servers (as you've already done on 
https://github.com/apache/cloudstack/discussions/9726#discussioncomment-10748419).

Then, I accessed the secondary storage mount point on the SSVM and performed 
some writing tests. Generally, the secondary storage has three nested 
directories: `snapshots`, `template` and `volumes`. I realized that I wasn't 
able to create new directories inside of them.     

So, I accessed the NFS storage server and removed any restrictions in the 
secondary storage directory permissions:

```bash
chmod -R 777 /mnt/sec-nfs-01/
```

Then, back at the secondary storage mount point on the SSVM, I checked that I 
was able to create nested directories. Given that, I accessed the CloudStack 
environment and registered successfully new ISOs and templates.

Could you validate your secondary storage NFS server settings and check if the 
SSVM has proper permissions to perform writing operations to the storage?

GitHub link: 
https://github.com/apache/cloudstack/discussions/9726#discussioncomment-10755471

----
This is an automatically sent email for users@cloudstack.apache.org.
To unsubscribe, please send an email to: users-unsubscr...@cloudstack.apache.org

Reply via email to