Re: Can I use KVM local storage for user vm

2023-09-06 Thread Ruben Bosch
I don't exactly understand your question, but from the output you've given, the 
nvme disks have not been formatted and mounted on the paths you've supplied as 
/var/lib/libvirt/images*. Is the host you've shared this output of the same as 
your hypervisor, as in: your management-server and cloudstack-agent run on the 
same system? What version of ACS are you running? 

Met vriendelijke groet / Kind regards,

Ruben Bosch
CLDIN

> On 6 Sep 2023, at 21:50, Technology rss  wrote:
> 
> I see something is wrong fetch my local storage from kvm server, Please see
> my kvm server as below:
> +++
> [root@kvm ~]# lsblk
> NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
> nvme0n1259:00  1.8T  0 disk
> ├─nvme0n1p1259:30  600M  0 part /boot/efi
> ├─nvme0n1p2259:401G  0 part /boot
> └─nvme0n1p3259:50  1.8T  0 part
>  ├─almalinux-root 253:00   70G  0 lvm  /
>  ├─almalinux-swap 253:104G  0 lvm  [SWAP]
>  └─almalinux-home 253:20  1.7T  0 lvm  /home
> nvme3n1259:10  1.8T  0 disk
> nvme2n1259:20  1.8T  0 disk
> nvme1n1259:60  1.8T  0 disk
> nvme5n1259:70  1.8T  0 disk
> nvme4n1259:80  1.8T  0 disk
> nvme7n1259:90  1.8T  0 disk
> ├─nvme7n1p1259:11   0  600M  0 part
> ├─nvme7n1p2259:12   01G  0 part
> ├─nvme7n1p3259:13   0  600M  0 part
> ├─nvme7n1p4259:14   01G  0 part
> └─nvme7n1p5259:15   0  1.8T  0 part
>  ├─cl-swap253:304G  0 lvm
>  ├─cl-home253:40  1.7T  0 lvm
>  └─cl-root253:50   70G  0 lvm
> nvme6n1259:10   0  1.8T  0 disk
> [root@kvm ~]# ll /var/lib/libvirt/images/*
> total 957640
> -rw-r--r-- 1 root root 460521472 Sep  7 01:02
> 4c4952d7-03cd-4cef-b34e-6e7bb901ec45
> -rw-r--r-- 1 root root 260440064 Sep  7 01:11
> 92156793-36b5-43dc-bf39-e6d80332d9c7
> -rw-r--r-- 1 root root 258736128 Sep  7 01:11
> a30fe48b-4e15-4e6c-9622-105c118a3f06
> [root@kvm images]# cat /etc/cloudstack/agent/agent.properties
> #Storage
> #Thu Sep 07 01:00:44 IST 2023
> cluster=2
> pod=2
> resource=com.cloud.hypervisor.kvm.resource.LibvirtComputingResource
> private.network.device=cloudbr0
> domr.scripts.dir=scripts/network/domr/kvm
> guest.network.device=cloudbr0
> keystore.passphrase=vHAhA42GdkxDjQVg
> hypervisor.type=kvm
> port=8250
> zone=2
> public.network.device=cloudbr0
> local.storage.uuid=3232d9ca-4190-4efa-a3e1-9502f4c12947,aee22008-bfe3-44f3-959c-08358f5eba8d,5f89f843-98cc-4b09-a45c-1a2df6272d61,5b210880-92f6-40c1-8b61-74bca7ecff91
> 
> ,abffdaf9-f6b0-4c96-bdc0-99470ba5db45,86e42f87-3371-4ac8-a3b4-49a6c1cb7f09,85a25c28-f0c7-41ad-9e04-3a1c6e87fe73,1fd78eab-cfcf-4c7b-92e9-eb45b26a5684
> host=172.22.0.10@static
> guid=7be79c10-e80b-3df4-968c-58e9a0c02d28
> LibvirtComputingResource.id=4
> workers=5
> iscsi.session.cleanup.enabled=false
> vm.migrate.wait=3600
> local.storage.path=/var/lib/libvirt/images,/var/lib/libvirt/images2,/var/lib/libvirt/images3,/var/lib/libvirt/images4,/var/lib/libvirt/images5,/var/lib/libvirt/images
> 6,/var/lib/libvirt/images7,/var/lib/libvirt/images8
> [root@kvm images]#
> [root@kvm images]#
> [root@kvm images]#
> [root@kvm images]# df -h
> Filesystem  Size  Used Avail Use% Mounted on
> devtmpfs315G 0  315G   0% /dev
> tmpfs   315G 0  315G   0% /dev/shm
> tmpfs   315G   67M  315G   1% /run
> tmpfs   315G 0  315G   0% /sys/fs/cgroup
> /dev/mapper/almalinux-root   70G  4.8G   66G   7% /
> /dev/nvme0n1p2 1014M  290M  725M  29% /boot
> /dev/mapper/almalinux-home  1.7T   12G  1.7T   1% /home
> /dev/nvme0n1p1  599M  5.8M  594M   1% /boot/efi
> tmpfs63G 0   63G   0% /run/user/0
> [root@kvm images]# /var/lib/libvirt/images
> +
> 
> also see my ACS UI
> https://prnt.sc/E0zG9T5Mc3Qo
> where to get 139GB local storage ?
> 
> Please share with me any config ...
> 
> Thank you,
> 
> 
> On Wed, Sep 6, 2023 at 2:23 PM Wei ZHOU  wrote:
> 
>> Hi,
>> 
>> You can add kvm hosts with multiple local storages.
>> https://github.com/apache/cloudstack-documentation/pull/333/files
>> 
>> Each storage will be added as a storage pool.
>> You can deploy vms, migrate vms/volumes between pools.
>> 
>> -Wei
>> 
>> On Wed, 6 Sept 2023 at 09:52, Technology Mail <
>> technologyrss.m...@gmail.com>
>> wrote:
>> 
>>> *Hi,*
>>> 
>>> My setup is AlmaLinux8, all are working fine using mgmt+nfs, but I have
>>> 8 NVME disk (every disk size 1.8TB) mount on kvm server, so I want to
>>> use all disk as user vm storage disk separately.
>>> 
>>> *My idea is :* When setup zone then using enable local storage. But this
>>> settings is only for one disk or all kvm server disk.
>>> 
>>> But I have 8 disk, so how to trace mgmt server my all 8 disk separately.
>>> For example, I want 5 

Re: Can I use KVM local storage for user vm

2023-09-06 Thread Technology rss
I see something is wrong fetch my local storage from kvm server, Please see
my kvm server as below:
+++
[root@kvm ~]# lsblk
NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
nvme0n1259:00  1.8T  0 disk
├─nvme0n1p1259:30  600M  0 part /boot/efi
├─nvme0n1p2259:401G  0 part /boot
└─nvme0n1p3259:50  1.8T  0 part
  ├─almalinux-root 253:00   70G  0 lvm  /
  ├─almalinux-swap 253:104G  0 lvm  [SWAP]
  └─almalinux-home 253:20  1.7T  0 lvm  /home
nvme3n1259:10  1.8T  0 disk
nvme2n1259:20  1.8T  0 disk
nvme1n1259:60  1.8T  0 disk
nvme5n1259:70  1.8T  0 disk
nvme4n1259:80  1.8T  0 disk
nvme7n1259:90  1.8T  0 disk
├─nvme7n1p1259:11   0  600M  0 part
├─nvme7n1p2259:12   01G  0 part
├─nvme7n1p3259:13   0  600M  0 part
├─nvme7n1p4259:14   01G  0 part
└─nvme7n1p5259:15   0  1.8T  0 part
  ├─cl-swap253:304G  0 lvm
  ├─cl-home253:40  1.7T  0 lvm
  └─cl-root253:50   70G  0 lvm
nvme6n1259:10   0  1.8T  0 disk
[root@kvm ~]# ll /var/lib/libvirt/images/*
total 957640
-rw-r--r-- 1 root root 460521472 Sep  7 01:02
4c4952d7-03cd-4cef-b34e-6e7bb901ec45
-rw-r--r-- 1 root root 260440064 Sep  7 01:11
92156793-36b5-43dc-bf39-e6d80332d9c7
-rw-r--r-- 1 root root 258736128 Sep  7 01:11
a30fe48b-4e15-4e6c-9622-105c118a3f06
[root@kvm images]# cat /etc/cloudstack/agent/agent.properties
#Storage
#Thu Sep 07 01:00:44 IST 2023
cluster=2
pod=2
resource=com.cloud.hypervisor.kvm.resource.LibvirtComputingResource
private.network.device=cloudbr0
domr.scripts.dir=scripts/network/domr/kvm
guest.network.device=cloudbr0
keystore.passphrase=vHAhA42GdkxDjQVg
hypervisor.type=kvm
port=8250
zone=2
public.network.device=cloudbr0
local.storage.uuid=3232d9ca-4190-4efa-a3e1-9502f4c12947,aee22008-bfe3-44f3-959c-08358f5eba8d,5f89f843-98cc-4b09-a45c-1a2df6272d61,5b210880-92f6-40c1-8b61-74bca7ecff91

 
,abffdaf9-f6b0-4c96-bdc0-99470ba5db45,86e42f87-3371-4ac8-a3b4-49a6c1cb7f09,85a25c28-f0c7-41ad-9e04-3a1c6e87fe73,1fd78eab-cfcf-4c7b-92e9-eb45b26a5684
host=172.22.0.10@static
guid=7be79c10-e80b-3df4-968c-58e9a0c02d28
LibvirtComputingResource.id=4
workers=5
iscsi.session.cleanup.enabled=false
vm.migrate.wait=3600
local.storage.path=/var/lib/libvirt/images,/var/lib/libvirt/images2,/var/lib/libvirt/images3,/var/lib/libvirt/images4,/var/lib/libvirt/images5,/var/lib/libvirt/images
 6,/var/lib/libvirt/images7,/var/lib/libvirt/images8
[root@kvm images]#
[root@kvm images]#
[root@kvm images]#
[root@kvm images]# df -h
Filesystem  Size  Used Avail Use% Mounted on
devtmpfs315G 0  315G   0% /dev
tmpfs   315G 0  315G   0% /dev/shm
tmpfs   315G   67M  315G   1% /run
tmpfs   315G 0  315G   0% /sys/fs/cgroup
/dev/mapper/almalinux-root   70G  4.8G   66G   7% /
/dev/nvme0n1p2 1014M  290M  725M  29% /boot
/dev/mapper/almalinux-home  1.7T   12G  1.7T   1% /home
/dev/nvme0n1p1  599M  5.8M  594M   1% /boot/efi
tmpfs63G 0   63G   0% /run/user/0
[root@kvm images]# /var/lib/libvirt/images
+

also see my ACS UI
https://prnt.sc/E0zG9T5Mc3Qo
where to get 139GB local storage ?

Please share with me any config ...

Thank you,


On Wed, Sep 6, 2023 at 2:23 PM Wei ZHOU  wrote:

> Hi,
>
> You can add kvm hosts with multiple local storages.
> https://github.com/apache/cloudstack-documentation/pull/333/files
>
> Each storage will be added as a storage pool.
> You can deploy vms, migrate vms/volumes between pools.
>
> -Wei
>
> On Wed, 6 Sept 2023 at 09:52, Technology Mail <
> technologyrss.m...@gmail.com>
> wrote:
>
> > *Hi,*
> >
> > My setup is AlmaLinux8, all are working fine using mgmt+nfs, but I have
> > 8 NVME disk (every disk size 1.8TB) mount on kvm server, so I want to
> > use all disk as user vm storage disk separately.
> >
> > *My idea is :* When setup zone then using enable local storage. But this
> > settings is only for one disk or all kvm server disk.
> >
> > But I have 8 disk, so how to trace mgmt server my all 8 disk separately.
> > For example, I want 5 user vm for disk 1, another 5 user vm use disk 2,
> > as like another user vm disk 3...etc.
> >
> > which process can I use this disk? give me some idea please ...
> >
> > --
> >
> > *Thanks & Regards.*
> >
> > *Support Admin*
> >
> > 
> >
> > *Facebook  | Twitter
> >  | YouTube
> >  | LinkedIn
> > *
> >
> > *Address : *116/1 West Malibagh, D. I. T Road
> >
> > Dhaka-1217, Bangladesh
> >
> > *Mob :* +88 

Re: [VOTE] Apache CloudStack 4.18.1.0 (RC2)

2023-09-06 Thread Nux
Thanks Wei, that's unfortunate, but hey, good thing it got caught in 
time.


Regards

On 2023-09-06 09:19, Wei ZHOU wrote:

Hi all,

Thanks a lot for your testing, Rohit, Hari, Lucian, Nicolas and Bobby.

Unfortunately Rohit found a critical issue that live migration failed
between kvm hosts with local storage pools:
https://github.com/apache/cloudstack/issues/7942
We have proposed a fix: https://github.com/apache/cloudstack/pull/7945

I will create RC3 when the fix is verified and merged. The issue 
impacts

kvm hosts with local storage only.

-Wei


On Fri, 1 Sept 2023 at 09:39, Wei ZHOU  wrote:


Hi all,

I've created a 4.18.1.0-RC2, with the following artifacts up for a 
vote:


Git Branch and Commit SH:
https://github.com/apache/cloudstack/commits/4.18.1.0-RC20230901T0817
Commit: 0e7f7d42f0ec68a360fafa7de21ea06577ed032c

Source release (checksums and signatures are available at the 
following

location):https://dist.apache.org/repos/dist/dev/cloudstack/4.18.1.0/

PGP release keys (signed using 1503DFE7C8226103):
https://dist.apache.org/repos/dist/release/cloudstack/KEYS

Vote will be open for 72 hours.

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)



Re: [VOTE] Apache CloudStack 4.18.1.0 (RC2)

2023-09-06 Thread Harikrishna Patnala
Thank you Wei.

Regards,
Harikrishna

From: Wei ZHOU 
Date: Wednesday, 6 September 2023 at 1:50 PM
To: d...@cloudstack.apache.org , users 

Subject: Re: [VOTE] Apache CloudStack 4.18.1.0 (RC2)
Hi all,

Thanks a lot for your testing, Rohit, Hari, Lucian, Nicolas and Bobby.

Unfortunately Rohit found a critical issue that live migration failed
between kvm hosts with local storage pools:
https://github.com/apache/cloudstack/issues/7942
We have proposed a fix: https://github.com/apache/cloudstack/pull/7945

I will create RC3 when the fix is verified and merged. The issue impacts
kvm hosts with local storage only.

-Wei



 

On Fri, 1 Sept 2023 at 09:39, Wei ZHOU  wrote:

> Hi all,
>
> I've created a 4.18.1.0-RC2, with the following artifacts up for a vote:
>
> Git Branch and Commit SH:
> https://github.com/apache/cloudstack/commits/4.18.1.0-RC20230901T0817
> Commit: 0e7f7d42f0ec68a360fafa7de21ea06577ed032c
>
> Source release (checksums and signatures are available at the following
> location):https://dist.apache.org/repos/dist/dev/cloudstack/4.18.1.0/
>
> PGP release keys (signed using 1503DFE7C8226103):
> https://dist.apache.org/repos/dist/release/cloudstack/KEYS
>
> Vote will be open for 72 hours.
>
> 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)
>


Re: [VOTE] Apache CloudStack 4.18.1.0 (RC2)

2023-09-06 Thread Rohit Yadav
Thanks Wei.



Regards.


From: Wei ZHOU 
Sent: Wednesday, September 6, 2023 13:49
To: d...@cloudstack.apache.org ; users 

Subject: Re: [VOTE] Apache CloudStack 4.18.1.0 (RC2)

Hi all,

Thanks a lot for your testing, Rohit, Hari, Lucian, Nicolas and Bobby.

Unfortunately Rohit found a critical issue that live migration failed
between kvm hosts with local storage pools:
https://github.com/apache/cloudstack/issues/7942
We have proposed a fix: https://github.com/apache/cloudstack/pull/7945

I will create RC3 when the fix is verified and merged. The issue impacts
kvm hosts with local storage only.

-Wei



 

On Fri, 1 Sept 2023 at 09:39, Wei ZHOU  wrote:

> Hi all,
>
> I've created a 4.18.1.0-RC2, with the following artifacts up for a vote:
>
> Git Branch and Commit SH:
> https://github.com/apache/cloudstack/commits/4.18.1.0-RC20230901T0817
> Commit: 0e7f7d42f0ec68a360fafa7de21ea06577ed032c
>
> Source release (checksums and signatures are available at the following
> location):https://dist.apache.org/repos/dist/dev/cloudstack/4.18.1.0/
>
> PGP release keys (signed using 1503DFE7C8226103):
> https://dist.apache.org/repos/dist/release/cloudstack/KEYS
>
> Vote will be open for 72 hours.
>
> 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)
>


Re: Virtual Router Custom Image

2023-09-06 Thread Francisco Arencibia Quesada
It worked.

Thank you all for your help.

Best regards

On Tue, 5 Sept 2023, 19:16 Pearl d'Silva, 
wrote:

> Hi Francisco,
>
> Since you are using  XenServer/XCP-ng hypervisor, can you try replacing
> the cloud-scripts.tgz file present at /opt/xensource/packages/resources/ on
> the hosts. And then either re-create the router / live-patch it.
>
> Regards,
> 
> From: Francisco Arencibia Quesada 
> Sent: September 5, 2023 1:04 PM
> To: users@cloudstack.apache.org 
> Subject: Re: Virtual Router Custom Image
>
> Yes I did, I even destroyed the Virtual  router and recreate it ..
>
>
> On Tue, 5 Sept 2023, 18:53 Wei ZHOU,  wrote:
>
> > Did you restart the network with cleanup or stop/start the virtual
> router ?
> >
> > -Wei
> >
> > On Tue, 5 Sept 2023 at 17:26, Francisco Arencibia Quesada <
> > arencibia.franci...@gmail.com> wrote:
> >
> > > Thanks for these amazing tips Wei,
> > > I truly appreciate it.
> > > I tried changing this
> /usr/share/cloudstack-common/vms/cloud-scripts.tgz
> > > and
> > > it didn't work, I have XCP-ng as  hypervisor.
> > > Do you have any suggestions to make it work?
> > >
> > > Thanks a lot :)
> > >
> > > On Tue, Sep 5, 2023 at 11:55 AM Wei ZHOU 
> wrote:
> > >
> > > > Hi,
> > > >
> > > > Yes, it is possible, you can follow the instruction on
> > > > https://github.com/apache/cloudstack/tree/main/tools/appliance
> > > >
> > > > If you use cloudstack 4.17 and above, an alternative way is
> > > > replacing /usr/share/cloudstack-common/vms/cloud-scripts.tgz on the
> > > > management servers and kvm hosts (if you use kvm).
> > > >
> > > > -Wei
> > > >
> > > >
> > > > On Tue, 5 Sept 2023 at 11:51, Francisco Arencibia Quesada <
> > > > arencibia.franci...@gmail.com> wrote:
> > > >
> > > > > Good morning all,
> > > > >
> > > > > We have to change /opt/cloud/bin/configure.py in Virtual Routers to
> > > allow
> > > > > vpn site2site behind a NAT. We are going to upgrade cloudstack and
> > all
> > > > > Virtual Routers, and we don't want to lose those changes. My
> question
> > > is:
> > > > > is it possible to create a custom template for the virtual router?
> > Has
> > > > > anyone faced something like this?
> > > > >
> > > > > Thanks to all.
> > > > >
> > > > > --
> > > > > *Francisco Arencibia Quesada.*
> > > > > *DevOps Engineer*
> > > > >
> > > >
> > >
> > >
> > > --
> > > *Francisco Arencibia Quesada.*
> > > *DevOps Engineer*
> > >
> >
>
>
>
>


Re: Can I use KVM local storage for user vm

2023-09-06 Thread Jithin Raju
Hi,

To control the volume placement to storage you can use storage tags.

-Jithin

From: Wei ZHOU 
Date: Wednesday, 6 September 2023 at 1:53 PM
To: users@cloudstack.apache.org 
Subject: Re: Can I use KVM local storage for user vm
Hi,

You can add kvm hosts with multiple local storages.
https://github.com/apache/cloudstack-documentation/pull/333/files

Each storage will be added as a storage pool.
You can deploy vms, migrate vms/volumes between pools.

-Wei

On Wed, 6 Sept 2023 at 09:52, Technology Mail 
wrote:

> *Hi,*
>
> My setup is AlmaLinux8, all are working fine using mgmt+nfs, but I have
> 8 NVME disk (every disk size 1.8TB) mount on kvm server, so I want to
> use all disk as user vm storage disk separately.
>
> *My idea is :* When setup zone then using enable local storage. But this
> settings is only for one disk or all kvm server disk.
>
> But I have 8 disk, so how to trace mgmt server my all 8 disk separately.
> For example, I want 5 user vm for disk 1, another 5 user vm use disk 2,
> as like another user vm disk 3...etc.
>
> which process can I use this disk? give me some idea please ...
>
> --
>
> *Thanks & Regards.*
>
> *Support Admin*
>
> 
>
> *Facebook  | Twitter
>  | YouTube
>  | LinkedIn
> *
>
> *Address : *116/1 West Malibagh, D. I. T Road
>
> Dhaka-1217, Bangladesh
>
> *Mob :* +88 01716915504
>
> *Email :* support.ad...@technologyrss.com
>
> *Web :* www.technologyrss.com
>

 



Re: Can I use KVM local storage for user vm

2023-09-06 Thread Wei ZHOU
Hi,

You can add kvm hosts with multiple local storages.
https://github.com/apache/cloudstack-documentation/pull/333/files

Each storage will be added as a storage pool.
You can deploy vms, migrate vms/volumes between pools.

-Wei

On Wed, 6 Sept 2023 at 09:52, Technology Mail 
wrote:

> *Hi,*
>
> My setup is AlmaLinux8, all are working fine using mgmt+nfs, but I have
> 8 NVME disk (every disk size 1.8TB) mount on kvm server, so I want to
> use all disk as user vm storage disk separately.
>
> *My idea is :* When setup zone then using enable local storage. But this
> settings is only for one disk or all kvm server disk.
>
> But I have 8 disk, so how to trace mgmt server my all 8 disk separately.
> For example, I want 5 user vm for disk 1, another 5 user vm use disk 2,
> as like another user vm disk 3...etc.
>
> which process can I use this disk? give me some idea please ...
>
> --
>
> *Thanks & Regards.*
>
> *Support Admin*
>
> 
>
> *Facebook  | Twitter
>  | YouTube
>  | LinkedIn
> *
>
> *Address : *116/1 West Malibagh, D. I. T Road
>
> Dhaka-1217, Bangladesh
>
> *Mob :* +88 01716915504
>
> *Email :* support.ad...@technologyrss.com
>
> *Web :* www.technologyrss.com
>


Re: [VOTE] Apache CloudStack 4.18.1.0 (RC2)

2023-09-06 Thread Wei ZHOU
Hi all,

Thanks a lot for your testing, Rohit, Hari, Lucian, Nicolas and Bobby.

Unfortunately Rohit found a critical issue that live migration failed
between kvm hosts with local storage pools:
https://github.com/apache/cloudstack/issues/7942
We have proposed a fix: https://github.com/apache/cloudstack/pull/7945

I will create RC3 when the fix is verified and merged. The issue impacts
kvm hosts with local storage only.

-Wei


On Fri, 1 Sept 2023 at 09:39, Wei ZHOU  wrote:

> Hi all,
>
> I've created a 4.18.1.0-RC2, with the following artifacts up for a vote:
>
> Git Branch and Commit SH:
> https://github.com/apache/cloudstack/commits/4.18.1.0-RC20230901T0817
> Commit: 0e7f7d42f0ec68a360fafa7de21ea06577ed032c
>
> Source release (checksums and signatures are available at the following
> location):https://dist.apache.org/repos/dist/dev/cloudstack/4.18.1.0/
>
> PGP release keys (signed using 1503DFE7C8226103):
> https://dist.apache.org/repos/dist/release/cloudstack/KEYS
>
> Vote will be open for 72 hours.
>
> 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)
>


Re: Network ID is already under use by another Kubernetes cluster

2023-09-06 Thread Kiran Chavala
Hi Cristian

Currently  only one Kubernetes cluster can be launched in a Network.

You can create a improvement/enhancement request for this feature

https://github.com/apache/cloudstack/issues

Regards
Kiran

From: cristian.c@istream.today 
Date: Tuesday, 5 September 2023 at 4:23 PM
To: users@cloudstack.apache.org 
Subject: Network ID is already under use by another Kubernetes cluster
Hello,



  I just tried to create a Kubernetes cluster and I get this error : Network
ID: fffdc800-1c6e-4fb7-a8b6-34b10218245e is already under use by another
Kubernetes cluster.   I'm not allowed to have multiple cluster in the same
network?


  I'm asking this because I saw that there is no option to create multiple
node pools inside a cluster ( similar to digital ocean ).

Thank you,

Cristian

 



Can I use KVM local storage for user vm

2023-09-06 Thread Technology Mail

*Hi,*

My setup is AlmaLinux8, all are working fine using mgmt+nfs, but I have 
8 NVME disk (every disk size 1.8TB) mount on kvm server, so I want to 
use all disk as user vm storage disk separately.


*My idea is :* When setup zone then using enable local storage. But this 
settings is only for one disk or all kvm server disk.


But I have 8 disk, so how to trace mgmt server my all 8 disk separately. 
For example, I want 5 user vm for disk 1, another 5 user vm use disk 2, 
as like another user vm disk 3...etc.


which process can I use this disk? give me some idea please ...

--

*Thanks & Regards.*

*Support Admin*



*Facebook  | Twitter 
 | YouTube 
 | LinkedIn 
*


*Address : *116/1 West Malibagh, D. I. T Road

Dhaka-1217, Bangladesh

*Mob :* +88 01716915504

*Email :* support.ad...@technologyrss.com

*Web :* www.technologyrss.com