-
1. Re: Oracle Linux Virtualization Manager Hard Partitioning Available?
Harshitajain-Oracle Aug 2, 2019 5:29 AM (in response to Daniele Bocciolini)Hi,
Are you looking for pinning of vcpu? If yes you can run the below command :
To check the current configuration:
#virsh --readonly vcpuinfo <Domain Name>
To pin the vcpu
#virsh vcpupin <Domain Name> --vcpu < cpu no you want to pin to> --live
I hope this helps.
Regards,
Harshita
-
2. Re: Oracle Linux Virtualization Manager Hard Partitioning Available?
Daniele Bocciolini Aug 6, 2019 7:50 AM (in response to Harshitajain-Oracle)Hi,
Yes i'm looking for this. Thank you.
So technically is possible but is officially recognized by Oracle as Hard Partitioning?
-
3. Re: Oracle Linux Virtualization Manager Hard Partitioning Available?
Harshitajain-Oracle Aug 8, 2019 9:01 AM (in response to Daniele Bocciolini)Hi,
Yes, it should be added later in the official document as well.
But this is tested internally and you can go ahead with the same.
Regards,
Harshita.
-
4. Re: Oracle Linux Virtualization Manager Hard Partitioning Available?
Harshitajain-Oracle Aug 13, 2019 8:30 AM (in response to Daniele Bocciolini)Hi,
Did it work for you?
Regards,
Harshita
-
5. Re: Oracle Linux Virtualization Manager Hard Partitioning Available?
Mohamed_Khairy-Oracle Oct 13, 2019 7:28 AM (in response to Daniele Bocciolini)Hi Daniele
Oracle has certified hard partitioning and document updated here: https://www.oracle.com/assets/partitioning-070609.pdf
Oracle generated hard partitioning document for Linux KVM here: https://www.oracle.com/a/ocom/docs/linux/ol-kvm-hard-partitioning.pdf
-
6. Re: Oracle Linux Virtualization Manager Hard Partitioning Available?
johnpriest-Oracle Oct 20, 2019 2:39 PM (in response to Harshitajain-Oracle)Using the virsh commands noted earlier is NOT a supported method to pin CPUs for Hard Partitioning