Hi Somesh, thank you for looking into this
mysql> select * from disk_offering where id=9; +----+-----------+------------------------------------------+--------------------------------------+--------------+-----------+---------+------+-------------+-------------------+----------------------------+------------+------------+---------+---------------------+----------+------------------+-----------------+----------+----------+-----------------+------------------+----------------+-----------------+--------+---------------+ | id | domain_id | name | uuid | display_text | disk_size | type | tags | recreatable | use_local_storage | unique_name | system_use | customized | removed | created | sort_key | display_offering | customized_iops | min_iops | max_iops | bytes_read_rate | bytes_write_rate | iops_read_rate | iops_write_rate | state | hv_ss_reserve | +----+-----------+------------------------------------------+--------------------------------------+--------------+-----------+---------+------+-------------+-------------------+----------------------------+------------+------------+---------+---------------------+----------+------------------+-----------------+----------+----------+-----------------+------------------+----------------+-----------------+--------+---------------+ | 9 | NULL | System Offering For Secondary Storage VM | e216d1da-f106-4db5-b9ea-72c6942d5d66 | NULL | 0 | Service | NULL | 1 | 1 | Cloud.com-SecondaryStorage | 1 | 1 | NULL | 2013-12-20 15:25:16 | 0 | 1 | NULL | NULL | NULL | NULL | NULL | NULL | NULL | Active | NULL | +----+-----------+------------------------------------------+--------------------------------------+--------------+-----------+---------+------+-------------+-------------------+----------------------------+------------+------------+---------+---------------------+----------+------------------+-----------------+----------+----------+-----------------+------------------+----------------+-----------------+--------+---------------+ 1 row in set (0.00 sec) mysql> select * from storage_pool where data_center_id = 4; +-----+------------------+--------------------------------------+-------------------+------+----------------+--------+------------+---------------+----------------+--------------------------+-----------+----------+---------------------+---------+-------------+--------+-----------------------+---------+------------+---------+---------------+ | id | name | uuid | pool_type | port | data_center_id | pod_id | cluster_id | used_bytes | capacity_bytes | host_address | user_info | path | created | removed | update_time | status | storage_provider_name | scope | hypervisor | managed | capacity_iops | +-----+------------------+--------------------------------------+-------------------+------+----------------+--------+------------+---------------+----------------+--------------------------+-----------+----------+---------------------+---------+-------------+--------+-----------------------+---------+------------+---------+---------------+ | 173 | VMware_Primary01 | 8ed580cb-bed8-3de4-b2d6-ffd60d30b6a3 | NetworkFilesystem | 2049 | 4 | 6 | 16 | 1525553401856 | 2198886936576 | zcgnfsesx001.fpprod.corp | NULL | /cloud01 | 2015-12-02 11:25:25 | NULL | NULL | Up | DefaultPrimary | CLUSTER | NULL | 0 | NULL | +-----+------------------+--------------------------------------+-------------------+------+----------------+--------+------------+---------------+----------------+--------------------------+-----------+----------+---------------------+---------+-------------+--------+-----------------------+---------+------------+---------+---------------+ 1 row in set (0.00 sec) 2015-12-04 0:45 GMT+01:00 Somesh Naidu <somesh.na...@citrix.com>: > > So, I assume the missing pool is the secondary storage pool. > > No, that's the primary storage the allocator is complaining about. > > Can you verify if there is a enabled storage pool (primary storage) in > that Zone/Clusters with the matching "storage type" as that of the service > offering of the System VMs (SSVM/CPVM)? The tables you'd want to be looking > at is disk_offering (id=9) and storage_pool (data_center_id=4). > > Regards, > Somesh > > -----Original Message----- > From: Bernhard Dübi [mailto:1linuxengin...@gmail.com] > Sent: Thursday, December 03, 2015 2:33 PM > To: users@cloudstack.apache.org > Subject: Re: CloudStack fails to deploy SSVM > > Hi, > > you can get an excerpt from my management-server.log at level DEBUG at > http://www.due.bi/pub/management-server-debug.zip > the log sais "no pool found" but I can see the primary storage mounted in > the VMware Virtual Center. So, I assume the missing pool is the secondary > storage pool. > do we have a chicken & egg problem: to deploy the SSVM I need the secondary > storage and to access the secondary storage I need the SSVM > > Regards > Bernhard > > 2015-12-02 23:28 GMT+01:00 Somesh Naidu <somesh.na...@citrix.com>: > > > The reason for SSVM and CPVM not being deployed would quite likely be the > > same. > > > > Here are the errors relevant to SSVM start failure: > > 2015-12-02 18:19:27,314 INFO [c.c.s.s.SecondaryStorageManagerImpl] > > (secstorage-1:ctx-f86ee694) Found a stopped secondary storage vm, bring > it > > up to running pool. secStorageVm vm id : 3099 > > 2015-12-02 18:19:27,417 WARN [c.c.s.s.SecondaryStorageManagerImpl] > > (secstorage-1:ctx-f86ee694) Exception while trying to start secondary > > storage vm > > com.cloud.exception.InsufficientServerCapacityException: Unable to create > > a deployment for VM[SecondaryStorageVm|s-3099-VM]Scope=interface > > com.cloud.dc.DataCenter; id=4 > > > > There are similar for CPVM. > > > > I see that the logging level is set to INFO. Changing to DEBUG will > > provide more pointers on the cause of the failures. I’d suspect storage. > I > > believe mgmt server may be trying to deploy the System VMs on local > storage > > but there isn’t one available in the new Zone. > > > > Somesh > > CloudPlatform Escalations > > Citrix Systems, Inc. > > > > From: Bernhard Dübi [mailto:1linuxengin...@gmail.com] > > Sent: Wednesday, December 02, 2015 3:12 PM > > To: users@cloudstack.apache.org > > Subject: CloudStack fails to deploy SSVM > > > > Hi, > > > > we have a CloudStack 4.3.2 installation with 152 XenServer 6.2.0 hosts > > organized in 2 zones. We use local disks as primary storage and NFS > shares > > as secondary storage. So good so far. > > Now I created a new zone and added a VMware cluster with 2 ESX 5.5 hosts. > > I configured 2 NFS shares as primary and secondary storage. I copied the > > vSphere systemvm to the new secondary storage as described in the > > installation guide. > > If I understand right, this template will be used to deploy the SSVM. > > Unfortunately something is missing and CloudStack fails to deploy the > SSVM > > and - probably as a consequence - the Console Proxy > > Please find attached a small part of the management-server.log > > > > Any idea what's wrong? Thanks for your help > > > > Regards > > Bernhard > > >