RE: Quick User's Guide?

2019-03-08 Thread Andrija Panic
Hi Larry, CloudStack can be comprehensive for novice users, but it the default/official documentation to follow and is probably best suited for learning. You can also take a look at https://www.slideshare.net/search/slideshow?searchfrom=header&q=cloudstack - there are many nice slides from pas

RE: downloaded template vs disk service offering

2019-03-08 Thread Andrija Panic
Hi Piotr, It's true that when setting cache mode for Disk offering via GUI doesn't get it implemented in DB (does API works fine, did you test it ? if so please raise the GitHub issue with description). In general, you can initially set cache mode for disk only on Disk Offering (possibly also

Re: Quick User's Guide?

2019-03-08 Thread Larry Sevilla
Thx for the site... On Fri, Mar 8, 2019 at 4:00 PM Andrija Panic wrote: > Hi Larry, > > CloudStack can be comprehensive for novice users, but it the > default/official documentation to follow and is probably best suited for > learning. You can also take a look at > https://www.slideshare.net/sea

Re: Network Bridge - error

2019-03-08 Thread Larry Sevilla
Hi Andrija, Thx for your trust, but I'm not familiar with GitHub & it's editing. I might messed something up. On Fri, Mar 8, 2019 at 3:54 PM Andrija Panic wrote: > Hi Larry, > > As a valuable community member - please feel free to edit the > documentation for CentOS7 (you can do it all via Gi

Re: cloudstack usage server issue

2019-03-08 Thread Konstantin
Yes, Andrij, This is exactly my story as well. The Usage Server completely ignore " db.usage " settings from /etc/cloudstack/usage/db.properties I will try to manage with github, will let you know. Thanks again for the valuable support On Fri, Mar 8, 2019 at 1:59 AM Andrija Panic wrote: > H

CloudStack meetup next Thursday (London)

2019-03-08 Thread Steve Roles
Hi all! Still a few places left for next week's CloudStack meetup in London. We've got some great speakers and as always there will be great conversation with fellow CloudStack users. Register here: https://www.eventbrite.co.uk/e/cloudstack-european-user-group-meetup-tickets-53905627182 Would

Re: cloudstack usage server issue

2019-03-08 Thread Konstantin
here is a link to the issue on github https://github.com/apache/cloudstack/issues/3203 On Fri, Mar 8, 2019 at 12:11 PM Konstantin wrote: > Yes, Andrij, > > This is exactly my story as well. The Usage Server completely ignore " > db.usage " settings from /etc/cloudstack/usage/db.properties > >

Re: Quick User's Guide?

2019-03-08 Thread Konstantin
You can try this http://docs.cloudstack.apache.org/en/4.11.2.0/quickinstallationguide/qig.html but I was successful after 4-5 attempts. Would recommend to snapshot cloudstack VM for fast rollbacks in case of mistakes Also please ignore quick setup wizard and add your first zone cluster and storage'

Re: Quick User's Guide?

2019-03-08 Thread Rohit Yadav
If you want to try it with Ubuntu+KVM, let me throw link of my blog post on the same: https://rohityadav.cloud/blog/cloudstack-kvm/ Regards, Rohit Yadav Software Architect, ShapeBlue https://www.shapeblue.com From: Larry Sevilla Sent: Friday, March 8, 2019

Re: cloudstack usage server issue

2019-03-08 Thread Rohit Yadav
Can you increase the logging to DEBUG (or TRACE if you don't see anything in logs) for the usage server via the log4j xml at /etc/cloudstack/usage ? Regards, Rohit Yadav Software Architect, ShapeBlue https://www.shapeblue.com From: Konstantin Sent: Friday,

RE: Network Bridge - error

2019-03-08 Thread Andrija Panic
Hi Larry, If you have account on GitHub, just click the pencil (EDIT file in your fork...) icon/button (from https://github.com/apache/cloudstack-documentation/blob/master/source/quickinstallationguide/qig.rst), it will automatically fork the upstream project into your account and open EDIT pa

Re: cloudstack usage server issue

2019-03-08 Thread Konstantin
Here is 4.12.0.0 debug and trace log files, as requested Not so much info here https://i.pozitis.ru/a2013a0ad9f2a26dd40051f9ab189faf.txt and trace file https://i.pozitis.ru/d24ce987120417714aa775764b682d14.txt Is you can see, I updated usage.stats.job.exec.time every time before usage server s

Re: cloudstack usage server issue

2019-03-08 Thread Konstantin
Dear Andrija, May you give more info about aggregation period of 60 minutes? My billing software will calc cloud usage by hours, should I keep aggregation period for 60 minutes or update it to default 1440? On Thu, Mar 7, 2019 at 10:58 PM Andrija Panic wrote: > Hi Konstantin, > > Issues/bugs

RE: downloaded template vs disk service offering

2019-03-08 Thread Piotr Pisz
Hey Andrija, Thank you for the explanation, now I finally understand how it works :-) As for live migration, the migration of such machines (with cache = writeback) in ceph rbd (centos 7 kvm) works without any problem. Regards, Piotr -Original Message- From: Andrija Panic Sent: Frida

RE: downloaded template vs disk service offering

2019-03-08 Thread Andrija Panic
Hi Piotr, https://doc.opensuse.org/documentation/leap/virtualization/html/book.virt/cha.cachemodes.html#sec.cache.mode.live.migration So yes, CEPH being considered "clustered storage" - live migration works - but in case of QCOW2 (NFS) it doesn't actually work. BTW, as for CEPH, you would pro

RE: cloudstack usage server issue

2019-03-08 Thread Andrija Panic
Hi Konstantin, Running hourly versus daily will case you DB to have 24x more records and be 24 times bigger (trust me on this one, it can be a HUGE problem once your infrastructure grows with exponentially slower usage job runs, which will make you billing issues). From usage records point of

RE: [VOTE] Apache CloudStack 4.12.0.0 [RC4]

2019-03-08 Thread Andrija Panic
Hi, You are going to hate me, but I need to vote again as: -1 Usage server seems broken or severely misbehaving - please see: https://github.com/apache/cloudstack/issues/3203 Reproduced the issue myself. Kind regards, Andrija [email protected]  www.shapeblue.com Amadeus House, Flora

Re: downloaded template vs disk service offering

2019-03-08 Thread Ivan Kudryavtsev
Avoid HV caching when possible, better to add RAM to VM or manage in-VM writeback settings. Going with HV writeback you end up with angry users someday, who lost much more data than you can imagine even if you don't use migrations at all. Want faster operations - improve your storage, build R0 amo

Re: Quick User's Guide?

2019-03-08 Thread David Merrill
I followed Rohit's guide & was able to get it going in fairly short-order. David Merrill Senior Systems Engineer, Managed and Private/Hybrid Cloud Services OTELCO 92 Oak Street, Portland ME 04101 office 207.772.5678 www.otelco.com /business/managed-services Confidentiali

Re: Quick User's Guide?

2019-03-08 Thread Larry Sevilla
Hi Konstantin, Already done the Quick Installation Guide. Successfully installed on CentOS7. Install Guide / Configuration is for Advanced items. My concern is "Quick User's Guide" specially on the GUI Management web console. The basic / fundamental way of creating a VM, install an OS from an IS

Re: Quick User's Guide?

2019-03-08 Thread Andrija Panic
https://www.youtube.com/playlist?list=PLEr0fbgkyLKxeyTghZ34jUOcQXw--YgiK A vry old, and very amateur videos of mine, VPC, network, VMs, etc - might get you going. Kind regards, Andrija On Fri, 8 Mar 2019 at 15:33, Larry Sevilla wrote: > Hi Konstantin, > > Already done the Quick Installatio

Re: Quick User's Guide?

2019-03-08 Thread Larry Sevilla
thx... On Fri, Mar 8, 2019 at 11:03 PM Andrija Panic wrote: > https://www.youtube.com/playlist?list=PLEr0fbgkyLKxeyTghZ34jUOcQXw--YgiK > > A vry old, and very amateur videos of mine, VPC, network, VMs, etc - > might get you going. > > Kind regards, > Andrija > > On Fri, 8 Mar 2019 at 15:33,

Cloudstack is unable to create new VM

2019-03-08 Thread Fariborz Navidan
Hello, I get the following error when creating new VM on a KVM cluster. Unable to create a deployment for VM[...] Please help me Thanks

Re: Cloudstack is unable to create new VM

2019-03-08 Thread Ivan Kudryavtsev
Hi Fariborz, there are no prophets here, we are just humans. Find relevant logs and post here for a review. пт, 8 мар. 2019 г., 11:00 Fariborz Navidan : > Hello, > > I get the following error when creating new VM on a KVM cluster. Unable to > create a deployment for VM[...] > > Please help me > >