CloudStack as a Service

2024-06-10 Thread Felipe Rossi
Hi Everyone,

We are developing a strategy to deploy 4 Regions in The World to community
use your on premise infrastructure to be orchestrated remotely via
CloudStack as a Service.

We are deploying Regions in Brazil, EUA, Europe and India Initially.
Today we already have this model working in Brazil with some companies with
100% of success.

In this project in no is a non-profit project to meet the demands of
clients who require orchestration delivered by a specialized team.

For customers who want to evolve with a paid level of support, it can be
contracted and in addition they can overflow the hiring of resources within
the available regions/zones.

We are planning to create an ecosystem of company maintainers that can
deliver together in this project global scale solutions of white label
services using cloudstack platform.

For people that have some interest in participating in this and companies.
Please answer this email and maintain community email in CC to
accelerate the evolution of CloudStack delivering a new model to market.

If you would like to understand details of the project, feel free to
contact us to discuss and present the model.

Best Regards,
Felipe Rossi
CEO Founder

4BDigital



[image: mobilePhone] 45 3326-4568  <45%203326-4568>| 45 99116-0094
[image: emailAddress] fel...@4bdigital.com
[image: website] https://www.4bdigital.com/
[image: address] Rua Plínio Salgado 433, Neva, Cascavel - PR

<https://4bdigital.com/>


Re: Moving/Migrating Instances between Zones.

2023-08-09 Thread Felipe Rossi
Hi,

you can create a template from this VM and replicate to another zone.


Att / Regards

Felipe Rossi | BRASCLOUD
*CEO - Founder*
*Email:* fel...@brascloud.com.br | www.brascloud.com.br
Contact + 55 45 99116-0094 / +55 45 3326-4568

[image: Mailtrack]
<https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11&;>
Sender
notified by
Mailtrack
<https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11&;>
08/09/23,
02:39:19 PM

On Tue, Jul 25, 2023 at 11:47 AM Sven Barczyk 
wrote:

> Hallo fellow Cloudstack-Users,
>
> i've been wondering, if there is a convinient method to migrate/move
> instances between different Zones with different Storages?
> The Docs aren't very bold on this topic ...
>
> Is there anyone who has expirience with multiple Zones?
>
> k.r.
> Sven
>


Re: [VOTE] Upgrade Log4j to Log4j2

2023-05-17 Thread Felipe Rossi
+1 approve


Att / Regards

Felipe Rossi | BRASCLOUD
*CEO - Founder*
*Email:* fel...@brascloud.com.br | www.brascloud.com.br
Contact + 55 45 99116-0094 / +55 45 3326-4568

[image: Mailtrack]
<https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11&;>
Sender
notified by
Mailtrack
<https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11&;>
05/17/23,
08:02:14 AM

On Tue, May 16, 2023 at 3:45 PM Daniel Salvador 
wrote:

> Hello, João
>
> Considering the discussion we had in the thread[1] and that the conflicts
> will be mostly regarding loggers names (which is simple to fix), I am +1 on
> the proposal.
>
> Best regards,
> Daniel Salvador (gutoveronezi)
>
> [1] https://lists.apache.org/thread/261j7m0p5mr4q7yclvo49mwhkxz4yov2
>
> On Tue, May 16, 2023 at 1:28 PM João Jandre Paraquetti <
> j...@scclouds.com.br>
> wrote:
>
> > Hello guys,
> >
> > I am opening this voting thread as result of the discussion in thread
> > "ACS upgrade to Log4J2 version 2.19"[1].
> >
> > The voting aims to continue the efforts and conclude the upgrade of the
> > ACS logging library to Log4j2 through PR 7131[2]; merge the PR as soon
> > as possible and provide ways to contributors solve the conflicts easily,
> > so all the contributors have time to fix their merge conflicts before
> > 4.19; announce that change in the release notes and provide ways to
> > users upgrade their customization made to the default log4j
> > configuration files.
> >
> > For sanity in tallying the vote, can PMC members please be sure to
> indicate
> > "(binding)" with their vote?
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove (and reason why)
> >
> > Best regards,
> > João Jandre (JoaoJandre)
> >
> > [1] https://lists.apache.org/thread/261j7m0p5mr4q7yclvo49mwhkxz4yov2
> > [2] https://github.com/apache/cloudstack/pull/7131
> >
> >
>


Re: ACS upgrade to Log4J2 version 2.19

2023-04-28 Thread Felipe Rossi
Hello everyone,

This upgrade is fundamental, because log4j is deprecated, not possible to
make new updates/upgrades.

with log4j2 we can expand, receive new upgrades/updates, with maintenance
of a secure environment and evolution.

the importance of this is not questionable.

Att / Regards

Felipe Rossi | BRASCLOUD
*CEO - Founder*
*Email:* fel...@brascloud.com.br | www.brascloud.com.br
Contact + 55 45 99116-0094 / +55 45 3326-4568

[image: Mailtrack]
<https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11&;>
Sender
notified by
Mailtrack
<https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11&;>
04/28/23,
10:14:37 AM

On Fri, Apr 28, 2023 at 9:58 AM João Jandre Paraquetti 
wrote:

> In PR #7131 (https://github.com/apache/cloudstack/pull/7131) I have
> proposed to normalize ACS's loggers, and more importantly, upgrade the
> library log4j to log4j2 version 2.19.
>
> Log4j2 has a lot of features that could offer benefits to ACS:
>
>   * Async Loggers - performance similar to logging switched off
>   * Custom log levels
>   * Automatically reload its configuration upon modification without
> loosing log events during reconfigurations.
>   * Java 8-style lambda support for lazy logging (which enables methods
> to be executed only when necessary, i.e.: the right log level)
>   * Log4j 2 is garbage-free (or at least low-garbage) since version 2.6
>   * Plugin Architecture - easy to extend by building custom components
>   * Log4j 2 API is separated from the Log4j 2 implementation.
>   * Log4j 2 API supports more than just logging Strings: CharSequences,
> Objects and custom Messages. Messages allow support for interesting
> and complex constructs to be passed through the logging system and
> be efficiently manipulated. Users are free to create their own
> Message types and write custom Layouts, Filters and Lookups to
> manipulate them.
>   * Concurrency improvements: log4j2 uses java.util.concurrent libraries
> to perform locking at the lowest level possible. Log4j-1.x has known
> deadlock issues.
>   * Configuration via XML, JSON, YAML, properties configuration files or
> programmatically.
>
> In my personal experience using it in some other projects, log4j2 is
> easier to work with in general, has better performance, and is an active
> project with constant development, innovation, and security patches.
> Moreover, it is under a well known and trusted open source organization.
>
> The change proposed in PR #7131
> (https://github.com/apache/cloudstack/pull/7131) has been tested and
> validated in a lot of different scenarios by different people. We have
> already tested the logging in the management server, usage, agents, and
> system VMs; all of that using KVM and Vmware + Veeam. Most feature sets
> were tested, create/delete/update VMs, disks, cresate snapshots, user
> management and so on.
>
> The proposal has been discussed since January, 2023 in the PR
> (https://github.com/apache/cloudstack/pull/7131), but I have been
> requested to bring it to the mailing list. I would love to hear your
> opinions on it, also, any reviews to the PR would be welcome.


Use Case Bare Metal CloudStack

2021-03-16 Thread Felipe Rossi
Hello All,

We are studying about using Bare Metal on Cloud, but documentation is not
good and cant help us.

We would like to know if someone on community has a use case or can share
knowledge about this feature on Cloud Stack.

Att / Regards

Felipe Rossi | BRASCLOUD
*CEO*
*Cloud Architect*
fel...@brascloud.com.br | www.brascloud.com.br
Contact + 55 45 99116-0094 / +55 45 3326-4568


Script SSH and Password Suse Linux 15.1

2021-03-11 Thread Felipe Rossi
Hello All,

Someone is using SuseLinux on CloudStack with script
cloud-set-guest-password and sshkey working fine.

We are trying use but not work, the paths on Suse are different, for
example dhclient.

If someone have tips for make this work.

Att / Regards

Felipe Rossi | BRASCLOUD
*CEO*
*Cloud Architect*
fel...@brascloud.com.br | www.brascloud.com.br
Contact + 55 45 99116-0094 / +55 45 3326-4568


Migrate XenServer VMs to KVM CloudStack

2020-01-21 Thread Felipe Rossi
Hi All,

We deploy new zone on ACS but we need migrate old Zone that are running
with XenServer to new Zone with KVM hypervisor.

I would like know if some one have solution for this situation.

Att / Regards
Felipe Rossi | BRASCLOUD
Founder - Diretor de Negócios e Inovação
Cloud Architect
fel...@brascloud.com.br | www.brascloud.com.br
Contact + 55 45 99116-0094


Re: Storage Migration VPC ACS 4.5.2

2018-03-12 Thread Felipe Rossi
Tks All,

Now its ok, we can migrate and now update for ACS 4.9.2


Att / Regards



Felipe Rossi
Diretor de Negócios e Inovação
Cloud Architect
+55(45) 9911.60094  +55(45) 3326-4568
fel...@brascloud.com.br www.brascloud.com.br
 <https://www.facebook.com/felipesecure>   
<https://www.instagram.com/felipesecure/>   
<https://www.linkedin.com/in/felipe-rossi-208a1830/?ppe=1>   
<https://twitter.com/felipesecure?lang=pt>















> On 9 Mar 2018, at 06:55, Andrija Panic  wrote:
> 
> Felipe,
> 
> first make sure that you have proper TAG setup on System Offering for VR,
> to match your NEW storage TAGs (if any TAGs used), and then as Dag said,
> disable the old storage - or if possible you can also edit/create INVALID
> tags on the old storage (go to Infrastructure --> Primary Storage and click
> on EDIT button on old sotrage to define new or edit TAGS) - this way also
> old storage will NOT match the tag of the Service Offering for VR, so VR
> should NOT be recreated on old storage at all.
> 
> As for " Other thing, in ACS 4.5 do not exist cleanup VPC option" - this is
> OK, restarting VPC in ACS 4.5 implicitly does the same thing - new VR
> created with new name on possibly new storage (same as with ACS 4.8 with
> CleanUP option)
> 
> 
> Let me know if this works,
> 
> Cheers
> 
> On 8 March 2018 at 18:00, Felipe Rossi  <mailto:fel...@brascloud.com.br>> wrote:
> 
>> Hello Dag / Rafael,
>> 
>> @Dag
>> I setup TAG on new storage and when i make in VR work fine selecting
>> CLEANUP option and migrate work to new storage, but when i have VR+VPC its
>> not work.
>> 
>> @Rafael, dont show error on screen, on ACS i not verify the logs, im try
>> again and report if generate some logs.
>> 
>> 
>> Att / Regards
>> 
>> 
>> 
>> Felipe Rossi
>> Diretor de Negócios e Inovação
>> Cloud Architect
>> +55(45) 9911.60094  +55(45) 3326-4568
>> fel...@brascloud.com.br www.brascloud.com.br
>> <https://www.facebook.com/felipesecure 
>> <https://www.facebook.com/felipesecure>>   <https://www.instagram.com/ 
>> <https://www.instagram.com/>
>> felipesecure/>   <https://www.linkedin.com/in/felipe-rossi-208a1830/?ppe=1 
>> <https://www.linkedin.com/in/felipe-rossi-208a1830/?ppe=1>>
>> <https://twitter.com/felipesecure?lang=pt 
>> <https://twitter.com/felipesecure?lang=pt>>
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>>> On 8 Mar 2018, at 13:49, Rafael Weingärtner 
>> wrote:
>>> 
>>> What acommand are you using to migrate this VR of a VPC?
>>> What is the error are you seeing in the log files?
>>> 
>>> On Thu, Mar 8, 2018 at 1:40 PM, Felipe Rossi 
>>> wrote:
>>> 
>>>> Hi Andrija,
>>>> 
>>>> I need migrate VR of VPC for another Primary Storage but not work, if we
>>>> migrate other any just VR without VPC
>>>> select option CLEANUP work, but VR of VPC not migrate to another
>> storage.
>>>> 
>>>> Att / Regards
>>>> 
>>>> 
>>>> 
>>>> Felipe Rossi
>>>> Diretor de Negócios e Inovação
>>>> Cloud Architect
>>>> +55(45) 9911.60094  +55(45) 3326-4568
>>>> fel...@brascloud.com.br www.brascloud.com.br
>>>> <https://www.facebook.com/felipesecure>   <https://www.instagram.com/
>>>> felipesecure/>   <https://www.linkedin.com/in/
>> felipe-rossi-208a1830/?ppe=1>
>>>> <https://twitter.com/felipesecure?lang=pt>
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>>> On 8 Mar 2018, at 12:53, Andrija Panic 
>> wrote:
>>>>> 
>>>>> Hi Felipe,
>>>>> 
>>>>> I did not understand the question - what are you trying to achieve
>>>> exactly ?
>>>>> 
>>>>> Cheers
>>>>> 
>>>>> On 8 March 2018 at 16:21, Felipe Rossi 
>> wrote:
>>>>> 
>>>>>> Hello Guys,
>>>>>> 
>>>>>> I need Verify what process for storage migration of VPC on ACS 4.5.2
>>>>>> 
>>>>>> I try migrate VR but not work.
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> Att / Regards
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> Felipe Rossi
>>>>>> Diretor de Negócios e Inovação
>>>>>> Cloud Architect
>>>>>> +55(45) 9911.60094  +55(45) 3326-4568
>>>>>> fel...@brascloud.com.br www.brascloud.com.br
>>>>>> <https://www.facebook.com/felipesecure>   <https://www.instagram.com/
>>>>>> felipesecure/>   <https://www.linkedin.com/in/
>>>> felipe-rossi-208a1830/?ppe=1>
>>>>>> <https://twitter.com/felipesecure?lang=pt>
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>> 
>>>>> 
>>>>> --
>>>>> 
>>>>> Andrija Panić
>>>> 
>>>> 
>>> 
>>> 
>>> --
>>> Rafael Weingärtner
>> 
>> 
> 
> 
> -- 
> 
> Andrija Panić



Re: Storage Migration VPC ACS 4.5.2

2018-03-08 Thread Felipe Rossi
Other thing, in ACS 4.5 do not exist cleanup VPC option.

How i can make this ??

Att / Regards



Felipe Rossi
Diretor de Negócios e Inovação
Cloud Architect
+55(45) 9911.60094  +55(45) 3326-4568
fel...@brascloud.com.br www.brascloud.com.br
 <https://www.facebook.com/felipesecure>   
<https://www.instagram.com/felipesecure/>   
<https://www.linkedin.com/in/felipe-rossi-208a1830/?ppe=1>   
<https://twitter.com/felipesecure?lang=pt>















> On 8 Mar 2018, at 13:49, Rafael Weingärtner  
> wrote:
> 
> What acommand are you using to migrate this VR of a VPC?
> What is the error are you seeing in the log files?
> 
> On Thu, Mar 8, 2018 at 1:40 PM, Felipe Rossi 
> wrote:
> 
>> Hi Andrija,
>> 
>> I need migrate VR of VPC for another Primary Storage but not work, if we
>> migrate other any just VR without VPC
>> select option CLEANUP work, but VR of VPC not migrate to another storage.
>> 
>> Att / Regards
>> 
>> 
>> 
>> Felipe Rossi
>> Diretor de Negócios e Inovação
>> Cloud Architect
>> +55(45) 9911.60094  +55(45) 3326-4568
>> fel...@brascloud.com.br www.brascloud.com.br
>> <https://www.facebook.com/felipesecure>   <https://www.instagram.com/
>> felipesecure/>   <https://www.linkedin.com/in/felipe-rossi-208a1830/?ppe=1>
>> <https://twitter.com/felipesecure?lang=pt>
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>>> On 8 Mar 2018, at 12:53, Andrija Panic  wrote:
>>> 
>>> Hi Felipe,
>>> 
>>> I did not understand the question - what are you trying to achieve
>> exactly ?
>>> 
>>> Cheers
>>> 
>>> On 8 March 2018 at 16:21, Felipe Rossi  wrote:
>>> 
>>>> Hello Guys,
>>>> 
>>>> I need Verify what process for storage migration of VPC on ACS 4.5.2
>>>> 
>>>> I try migrate VR but not work.
>>>> 
>>>> 
>>>> 
>>>> Att / Regards
>>>> 
>>>> 
>>>> 
>>>> Felipe Rossi
>>>> Diretor de Negócios e Inovação
>>>> Cloud Architect
>>>> +55(45) 9911.60094  +55(45) 3326-4568
>>>> fel...@brascloud.com.br www.brascloud.com.br
>>>> <https://www.facebook.com/felipesecure>   <https://www.instagram.com/
>>>> felipesecure/>   <https://www.linkedin.com/in/
>> felipe-rossi-208a1830/?ppe=1>
>>>> <https://twitter.com/felipesecure?lang=pt>
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>> 
>>> 
>>> --
>>> 
>>> Andrija Panić
>> 
>> 
> 
> 
> -- 
> Rafael Weingärtner



Re: Storage Migration VPC ACS 4.5.2

2018-03-08 Thread Felipe Rossi
Hello Dag / Rafael,

@Dag
I setup TAG on new storage and when i make in VR work fine selecting CLEANUP 
option and migrate work to new storage, but when i have VR+VPC its not work.

@Rafael, dont show error on screen, on ACS i not verify the logs, im try again 
and report if generate some logs.


Att / Regards



Felipe Rossi
Diretor de Negócios e Inovação
Cloud Architect
+55(45) 9911.60094  +55(45) 3326-4568
fel...@brascloud.com.br www.brascloud.com.br
 <https://www.facebook.com/felipesecure>   
<https://www.instagram.com/felipesecure/>   
<https://www.linkedin.com/in/felipe-rossi-208a1830/?ppe=1>   
<https://twitter.com/felipesecure?lang=pt>















> On 8 Mar 2018, at 13:49, Rafael Weingärtner  
> wrote:
> 
> What acommand are you using to migrate this VR of a VPC?
> What is the error are you seeing in the log files?
> 
> On Thu, Mar 8, 2018 at 1:40 PM, Felipe Rossi 
> wrote:
> 
>> Hi Andrija,
>> 
>> I need migrate VR of VPC for another Primary Storage but not work, if we
>> migrate other any just VR without VPC
>> select option CLEANUP work, but VR of VPC not migrate to another storage.
>> 
>> Att / Regards
>> 
>> 
>> 
>> Felipe Rossi
>> Diretor de Negócios e Inovação
>> Cloud Architect
>> +55(45) 9911.60094  +55(45) 3326-4568
>> fel...@brascloud.com.br www.brascloud.com.br
>> <https://www.facebook.com/felipesecure>   <https://www.instagram.com/
>> felipesecure/>   <https://www.linkedin.com/in/felipe-rossi-208a1830/?ppe=1>
>> <https://twitter.com/felipesecure?lang=pt>
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>>> On 8 Mar 2018, at 12:53, Andrija Panic  wrote:
>>> 
>>> Hi Felipe,
>>> 
>>> I did not understand the question - what are you trying to achieve
>> exactly ?
>>> 
>>> Cheers
>>> 
>>> On 8 March 2018 at 16:21, Felipe Rossi  wrote:
>>> 
>>>> Hello Guys,
>>>> 
>>>> I need Verify what process for storage migration of VPC on ACS 4.5.2
>>>> 
>>>> I try migrate VR but not work.
>>>> 
>>>> 
>>>> 
>>>> Att / Regards
>>>> 
>>>> 
>>>> 
>>>> Felipe Rossi
>>>> Diretor de Negócios e Inovação
>>>> Cloud Architect
>>>> +55(45) 9911.60094  +55(45) 3326-4568
>>>> fel...@brascloud.com.br www.brascloud.com.br
>>>> <https://www.facebook.com/felipesecure>   <https://www.instagram.com/
>>>> felipesecure/>   <https://www.linkedin.com/in/
>> felipe-rossi-208a1830/?ppe=1>
>>>> <https://twitter.com/felipesecure?lang=pt>
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>> 
>>> 
>>> --
>>> 
>>> Andrija Panić
>> 
>> 
> 
> 
> -- 
> Rafael Weingärtner



Re: Storage Migration VPC ACS 4.5.2

2018-03-08 Thread Felipe Rossi
Hi Andrija,

I need migrate VR of VPC for another Primary Storage but not work, if we 
migrate other any just VR without VPC 
select option CLEANUP work, but VR of VPC not migrate to another storage.

Att / Regards



Felipe Rossi
Diretor de Negócios e Inovação
Cloud Architect
+55(45) 9911.60094  +55(45) 3326-4568
fel...@brascloud.com.br www.brascloud.com.br
 <https://www.facebook.com/felipesecure>   
<https://www.instagram.com/felipesecure/>   
<https://www.linkedin.com/in/felipe-rossi-208a1830/?ppe=1>   
<https://twitter.com/felipesecure?lang=pt>















> On 8 Mar 2018, at 12:53, Andrija Panic  wrote:
> 
> Hi Felipe,
> 
> I did not understand the question - what are you trying to achieve exactly ?
> 
> Cheers
> 
> On 8 March 2018 at 16:21, Felipe Rossi  wrote:
> 
>> Hello Guys,
>> 
>> I need Verify what process for storage migration of VPC on ACS 4.5.2
>> 
>> I try migrate VR but not work.
>> 
>> 
>> 
>> Att / Regards
>> 
>> 
>> 
>> Felipe Rossi
>> Diretor de Negócios e Inovação
>> Cloud Architect
>> +55(45) 9911.60094  +55(45) 3326-4568
>> fel...@brascloud.com.br www.brascloud.com.br
>> <https://www.facebook.com/felipesecure>   <https://www.instagram.com/
>> felipesecure/>   <https://www.linkedin.com/in/felipe-rossi-208a1830/?ppe=1>
>> <https://twitter.com/felipesecure?lang=pt>
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
> 
> 
> -- 
> 
> Andrija Panić



Storage Migration VPC ACS 4.5.2

2018-03-08 Thread Felipe Rossi
Hello Guys,

I need Verify what process for storage migration of VPC on ACS 4.5.2

I try migrate VR but not work.



Att / Regards



Felipe Rossi
Diretor de Negócios e Inovação
Cloud Architect
+55(45) 9911.60094  +55(45) 3326-4568
fel...@brascloud.com.br www.brascloud.com.br
 <https://www.facebook.com/felipesecure>   
<https://www.instagram.com/felipesecure/>   
<https://www.linkedin.com/in/felipe-rossi-208a1830/?ppe=1>   
<https://twitter.com/felipesecure?lang=pt>

















Re: CloudStack and ScaleIO

2016-05-04 Thread Felipe Rossi
Hi,

We have using im development, ScaleIO + ACS + Xen 6.5 and work perfect.

The solution is very very scalable but the ScaleIO don’t support KVM, Just 
Hyper-V, VMWare, XenServer.

In XenServer we have just SDC and other nodes we Have SDC+SDC Just for Storage.

We have implement a public cloud with ACS+ScaleIO.

Att/Regards

Felipe Rossi
CEO
EMC - SOPHOS - CISCO - Dell Partner Direct - Double Take - VMWare - SilverPeak 
- Microsoft Partner
Data Center | Soluções em Armazenamento | Segurança, Virtualização | Full 
Outsourcing.
Rua Plínio Salgado 433, CEP 85.802-270 - Cascavel - PR
(45) 3326-4568 / 9116-0094 | INOC 262968*100 |  www.rsantos.eti.br 
<http://www.rsantos.eti.br/>



> On May 4, 2016, at 05:59, Mindaugas Milinavičius  
> wrote:
> 
> Hello,
> 
> does anyone using CS with ScaleIO?
> 
> If you using:
> 
> 1. Storage and VM's on the same servers or differents?
> 2. Do you use sdc and sds on the same server or differents? SDS:SDC 1:1 or
> 1:*?
> 3. Is it any problem with KVM?
> 
> 
> 
> Pagarbiai
> Mindaugas Milinavičius
> UAB STARNITA
> Direktorius
> http://www.clustspace.com
> LT: +37068882880
> RU: +79651806396
> 
> Tomorrow's possibilities today
> <http://www.clustspace.com/>
> 
>   - 1 Core, 512MB RAM, 20GB SSD, 1Gbps, Unlimited, Location: Romania, Los
>   Angeles, Ashburn Washington - 11EUR
>   - 1 Core, 1024MB RAM, 30GB SSD, 1Gbps, Unlimited, Location: Romania, Los
>   Angeles, Ashburn Washington - 18,7EUR
>   - 2 Cores, 2048MB RAM, 40GB SSD, 1Gbps, Unlimited, Location: Romania,
>   Los Angeles, Ashburn Washington - 27,5EUR
>   - 4 Cores, 4096MB RAM, 100GB SSD, 1Gbps, Unlimited, Location: Romania,
>   Los Angeles, Ashburn Washington - 46EUR
> 
> -- 
> Este email foi checado por SOPHOS UTM 9 SPAM & Virus Firewall.
> http://www.rsantos.eti.br


-- 
Este email foi checado por SOPHOS UTM 9 SPAM & Virus Firewall.
http://www.rsantos.eti.br