- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise
- >
- Any way to disable the Disk size expansion only wa...
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
09-16-2022 01:40 PM
09-16-2022 01:40 PM
Any way to disable the Disk size expansion only warning in morpheus-cli?
Just a quick one, in the Morpheus CLI, is there a way to display the following banner warning during an instances resize?
“Due to limitations by most Guest Operating Systems, Disk sizes can only be expanded and not reduced.
If a smaller plan is selected, memory and CPU (if relevant) will be reduced but storage will not.”
Instead of using the API, I was just going to capture the JSON output from a morpheus-cli call and work off of that but the banner messing with the JSON capture output. I was hoping there was a flag to just disable that and keep the JSON output (-q works the opposite and gets rid of the JSON output but keeps the warning banner) so I didn’t have to take the step of stripping that out of the capture result info.
Thanks!
- Tags:
- instances

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2022 01:57 PM
09-16-2022 01:57 PM
Re: Any way to disable the Disk size expansion only warning in morpheus-cli?
Well, easy enough workaround is just to pipe the output to “Select -skip 3 | ConvertFrom-Json” so I’m good, but if there is another way with the CLI and anyone knows it and could tell me, that’d be great too!