Re: Using S3/Minio as the only secondary storage

2019-07-17 Thread Riepl, Gregor (SWISS TXT)
Hi Jean-François > I have always used NFS to install the SSVM templates and the install > script (cloud-install-sys-tmplt) only takes a mount point. How, if > possible, would I proceed with S3 only storage ? CloudStack doesn't support object storage as a backend for the secondary storage. You'd

Re: Unable to log in to the cloudstack management page (Web UI)

2019-07-17 Thread Riepl, Gregor (SWISS TXT)
Hi Eiji, > mysql> select * from cloud.account where id = 2; > ++--+--+ > --+---+-+-++-- > --+-+-+ > | id | account_name | uuid |

Re: Using S3/Minio as the only secondary storage

2019-07-17 Thread Jean-Francois Nadeau
Thanks Will, I remember having the discussion with Pierre-Luc on his use of Swift for templates. I was curious about the differences on S3 vs Swift for SS since looking at the CS UI when it comes to setting up an S3 image store... the NFS staging is optional. And this make sense to me if your ob

Re: [ANNOUNCE] Bobby (Boris Stoyanov) has joined the PMC

2019-07-17 Thread Simon Weller
Congrats Bobby!! From: Paul Angus Sent: Tuesday, July 16, 2019 4:12 AM To: [email protected]; [email protected]; [email protected] Subject: [ANNOUNCE] Bobby (Boris Stoyanov) has joined the PMC Fellow CloudStackers, It gives me

Re: [ANNOUNCE] Gabriel Beims Bräscher has joined the PMC

2019-07-17 Thread Simon Weller
Congrats Gabriel! From: Paul Angus Sent: Saturday, July 13, 2019 11:00 AM To: [email protected]; [email protected]; [email protected] Subject: [ANNOUNCE] Gabriel Beims Bräscher has joined the PMC Fellow CloudStackers, Its non-sto

Re: [ANNOUNCE] Sven Vogel has joined the PMC

2019-07-17 Thread Simon Weller
Congrats Sven! From: Boris Stoyanov Sent: Tuesday, July 16, 2019 2:08 AM To: [email protected]; [email protected]; [email protected] Subject: Re: [ANNOUNCE] Sven Vogel has joined the PMC Congrats Sven! On 13.07.19, 18:45, "Paul A

Re: [ANNOUNCE] Andrija Panic has joined the PMC

2019-07-17 Thread Simon Weller
Congrats Andrija!! From: Paul Angus Sent: Saturday, July 13, 2019 10:02 AM To: [email protected]; [email protected]; [email protected] Subject: [ANNOUNCE] Andrija Panic has joined the PMC Fellow CloudStackers, It gives me great

Additional local storage pool as primary storage

2019-07-17 Thread Fariborz Navidan
Hello,

Additional local storage as primary storage

2019-07-17 Thread Fariborz Navidan
Hello, I have a few mount points which refer to different block devices on local machine. I am trying to add them as additional primary local storage to CS, Unfortunately, when adding primary storage there is no Filesystem option to choose. As a result I have managed to modify the storage_pool ta

Re: Additional local storage as primary storage

2019-07-17 Thread Ivan Kudryavtsev
Hi, As for 4.11.2, no way to have multiple local storages configured for a single host. There is no simple way to overcome it. The only one I see is a pretty ugly - locally mounted NFS, created as a cluster wide storage when only a single host added to a single cluster... In short, it's not suppo

Re: Agent LB for CloudStack failed

2019-07-17 Thread Nicolas Vazquez
Hi Jerry, I'll request some additional information. Can you provide me with the value stored on agent.properties for 'host' property on each KVM host? I suspect that the global setting has not been propagated to the agents, as it is trying to reconnect instead of connecting to the next manageme

答复: Agent LB for CloudStack failed

2019-07-17 Thread li jerry
Hi Nicolas test-ceph-node01 [root@test-ceph-node01 ~]# cat /etc/cloudstack/agent/agent.properties #Storage #Wed Jul 17 10:39:18 CST 2019 workers=5 guest.network.device=br0 private.network.device=br0 port=8250 resource=com.cloud.hypervisor.kvm.resource.LibvirtComputingResource pod=1 zone=1 hypervi

Re: "Command failed due to Internal Server Error" when stopping a VM

2019-07-17 Thread Nicolas Vazquez
Hi, I have created this PR to fix the issue: https://github.com/apache/cloudstack/pull/3501, please test Regards, Nicolas Vazquez From: Jevgeni Zolotarjov Sent: Tuesday, July 16, 2019 6:45 PM To: [email protected] Subject: Re: "Command failed due t

Re: Agent LB for CloudStack failed

2019-07-17 Thread Nicolas Vazquez
Thanks, I suspect the culprit is the background task trying to reconnect to the preferred host (which runs every 60 seconds). I would suggest disabling the background task by setting the interval to 0. As you do not want to change your 'host' global configuration to propagate a new list to the

Re: Additional local storage as primary storage

2019-07-17 Thread Fariborz Navidan
Hi I have already used this way. I feel local NFS mount point adds another layer over local storage and can affect IO speed and performance. What do you think of it? What about SharedMountPoint option? Between this and local NFS which one offers better performance? Thanks On Thu, Jul 18, 2019 at

Re: Additional local storage as primary storage

2019-07-17 Thread Ivan Kudryavtsev
Shared mountpoint is ok чт, 18 июл. 2019 г., 12:14 Fariborz Navidan : > Hi > > I have already used this way. I feel local NFS mount point adds another > layer over local storage and can affect IO speed and performance. What do > you think of it? What about SharedMountPoint option? Between this an