- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus VM Essentials
- >
- Error when provisioning new hosts - Ceph Installat...
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
03-16-2025 01:42 PM
03-16-2025 01:42 PM
Is there some special magic to get the ceph setup to run correctly?
The script always stops at the point right after creating the partition (created by script) and says that it failed because the partition already exists. Even though it didn't until the script created it.
I can usually restart it running from here but that it will hang later in the script doing the following:
Run Script: Add Ceph Pools to libvirt
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 06:30 AM
03-18-2025 06:30 AM
Re: Error when provisioning new hosts - Ceph Installation Gets Stuck in multiple places.
I believe you can run a wipefs -a /dev/blah and retry the task (the circular arrow icon on the specific task) from the history on the cluster. I have not seen ceph fail outside of a partition table being present on the disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 07:18 AM
03-18-2025 07:18 AM
Re: Error when provisioning new hosts - Ceph Installation Gets Stuck in multiple places.
Just to add to cbunge's answer; I've also had issues when you enter the host's IP as the name in the cluster creation dialogue, it fails on a different step, but please make sure you enter a name starting with a letter (it doesn't need to be the the hostname and it's not needed in your DNS)
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 07:25 AM
03-18-2025 07:25 AM
Re: Error when provisioning new hosts - Ceph Installation Gets Stuck in multiple places.
Oh! It may be due to using NVMe drives. There is a fix to how the partitions are named in v8.0.4 releasing this month.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 06:39 PM
03-18-2025 06:39 PM
Re: Error when provisioning new hosts - Ceph Installation Gets Stuck in multiple places.
I do have NVMe on the primary drives. The others are SSDs.
2 of the 4 identical machines I eventually got working. Still "retrying" on the other two.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2025 10:48 AM
03-22-2025 10:48 AM
Re: Error when provisioning new hosts - Ceph Installation Gets Stuck in multiple places.
So any update here. I blew away the whole cluster and tried to re-provision and now I can't get any of them to work?
I would really like to get some testing done but if I can't get ceph to come up I can't do much testing.
Is there a log I can provide or anything?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2025 07:50 PM
03-29-2025 07:50 PM
SolutionSo for anyone coming to this page here is ultimately what I did to resolve all of my issues:
This was an install into my test cluster which I wipe and rebuild fairly often wtih different types of technology. So there is no local DNS, no local domain, etc. When I tear it down there is nothing but a gateway in front of it.
- DNS was my issue across the board.
- After getting morpheus vm up I had put a DNS name in the appliance url that is resolvable by the gateway but not by the local hosts, meaning I could reach it from the outside of this cluster but not inside.
- I temporarily added an entry in the hosts file and reprovisioned. Ceph still failed a few times but just continually retrying at the point it failed eventually lead it to finish.
This is my bad in general, however, I wish someone could have pointed me to the logs that I should have been looking at. Also I dont' understand why it was failing at different spots all the time if the DNS was really the issue.