This is the test from the error I get when I go to anything capacity related.
DB Exception on: SELECT sum(capacity.used_capacity), sum(capacity.reserved_capacity), (case capacity_type when 1 then (sum(total_capacity) * CAST((select value from `cloud`.`cluster_details` where cluster_details.name= 'cpuOvercommitRatio' AND cluster_details.cluster_id=capacity.cluster_id) AS DECIMAL (10,4)))when '0' then (sum(total_capacity) * CAST((select value from `cloud`.`cluster_details` where cluster_details.name= 'memoryOvercommitRatio' AND cluster_details.cluster_id=capacity.cluster_id) AS DECIMAL (10,4)))else sum(total_capacity) end),((sum(capacity.used_capacity) + sum(capacity.reserved_capacity)) / ( case capacity_type when 1 then (sum(total_capacity) * CAST((select value from `cloud`.`cluster_details` where cluster_details.name= 'cpuOvercommitRatio' AND cluster_details.cluster_id=capacity.cluster_id) AS DECIMAL (10,4)))when '0' then (sum(total_capacity) * CAST((select value from `cloud`.`cluster_details` where cluster_details.name='memoryOvercommitRatio' AND cluster_details.cluster_id=capacity.cluster_id) AS DECIMAL (10,4)))else sum(total_capacity) end)) percent,capacity.capacity_type, capacity.data_center_id, pod_id, cluster_id FROM `cloud`.`op_host_capacity` capacity WHERE total_capacity > 0 AND data_center_id is not null AND capacity_state='Enabled' GROUP BY cluster_id, capacity_type, pod_id order by percent desc limit ? Regards, Marty Godsey -----Original Message----- From: ilya [mailto:[email protected]] Sent: Saturday, August 13, 2016 12:46 AM To: [email protected] Subject: Re: Fresh 4.9 Install Marty i've tested 4.9 RC2 recently, i've noticed few minor UI glitches (but nothing really major). With that said, i could not see your screenshots as files attached to this mailing list - can you upload them elsewhere? I could be wrong, but i believe users mailings provided by ASF does not honor attachments. Personal preference, I use a nifty app called "Jing" from TechSmith, its freebie - and allows for direct online posting. Regards, ilya On 8/12/16 7:33 PM, Marty Godsey wrote: > Correction: > > > > I also get an error when going to Storage > > > > > > Its almost since nothing is configured, it gets unhappy. > > > > > > Regards, > > Marty Godsey > > > > *From:* Marty Godsey [mailto:[email protected]] > *Sent:* Friday, August 12, 2016 10:32 PM > *To:* [email protected] > *Subject:* Fresh 4.9 Install > > > > Hello, > > > > On a fresh 4.9 install I get the following error when I click on the > dashboard: > > > > > > At this time I have no zones or storage configured. I also do not get > any other errors any where else. > > > > My setup is as follow: > > > > 1. Two management servers running Ubuntu 14.04 (get error on both) > > 2. Separate database server running mysql > > > > Again nowhere else shows an error. > > > > Regards, > > Marty Godsey > > >
