- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise
- >
- Check datastore space before provisioning
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2022 03:36 AM
10-10-2022 03:36 AM
Check datastore space before provisioning
Is anyone aware of a way to check that a datastore has a percentage of disk space free before allowing VM provisioning?
Is there anything native to Morpheus?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2022 08:03 AM
10-10-2022 08:03 AM
Re: Check datastore space before provisioning
Thanks Great , thank you.
Is it possible to raise a feature request to add a real time check on the datastore at provisioning time?
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2022 06:41 AM
10-10-2022 06:41 AM
Re: Check datastore space before provisioning
Hi Kkerr,
Here is a github link to morpheus public repo morpheus-automation-examples/datastorelist.py at main · gomorpheus/morpheus-automation-examples · GitHub
This script will get all the datastores of a cloud. It will get the vcenter url of the cloud integration and then using the vcenter session token it will fetch the total and free space of each datastore and if the free space is less than 15% it will deactivate the datastore .
Thanks
Mousami

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 02:16 AM
10-11-2022 02:16 AM
Re: Check datastore space before provisioning
Hi Kker,
yes, it can be submitted as an Idea in the forum.new topic under Ideas
Here is the link Ideas - Morpheus .
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 10:35 AM
10-11-2022 10:35 AM
Re: Check datastore space before provisioning
If this is VMware, typically datastore clusters are utilized. Metrics like consumption or I/O can be used to balance or prevent deployments. If you are utilizing datastore clusters, Morpheus will adhere to the same settings configured (as we rely on native VMware DRS for placement).