Тёмный

XCP NG Storage & Migrations Explained 

Lawrence Systems
Подписаться 339 тыс.
Просмотров 25 тыс.
50% 1

Опубликовано:

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 37   
@bentleymax2511
@bentleymax2511 Год назад
I was really hoping you would talk about XOSAN v1 or v2. It's always mentioned in the documentation, but I have never seen it in action. Perhaps XOSAN is just a Hoax?
@marco114
@marco114 Год назад
It's not open source.
@bentleymax2511
@bentleymax2511 Год назад
@@marco114 most of the other features are not open source i.e proxies, but I have seen them either in the 30 days trial vm or in other videos/demos. XOSAN to me is just a myth at this point.
@Momi_V
@Momi_V Год назад
@@bentleymax2511 XOSAN was a Third Party solution for XenServer (NOT XCP-ng) and V2 (which should support XCP-ng) isn't finished yet, and will probably be replaced by whatever comes out of their collaboration with Linstor
@bitgeist21
@bitgeist21 Год назад
THANK YOU for the XCP-specific storage instruction. IF you ever get a chance to talk about CEPH storage; I would really love to see a video on that as well. Your channel is priceless!
@welchsteven
@welchsteven Год назад
Hey Tom, if you wouldn’t recommend HA Lizard in the enterprise. What would you use?
@LAWRENCESYSTEMS
@LAWRENCESYSTEMS Год назад
We use proper supported HA setups with 3 or more hosts ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-jvhUY81pBw0.html
@PaulBunkey
@PaulBunkey Год назад
Thanks
@jahinkle91
@jahinkle91 Год назад
Fixing to setup my first xcp-ng server with local storage, so perfect timing. Also is the any updates to building xcp-ng from source since your last video?
@LAWRENCESYSTEMS
@LAWRENCESYSTEMS Год назад
The build should still work the same.
@locusm
@locusm Год назад
That GH repo gets updated frequently
@rrodriguesv2
@rrodriguesv2 Год назад
Hello i just installed xcp ng on my epic setup with 32 cores and 64 threads, how do i add all 64 threads in a VM ? is it possible ? thanks!!
@LAWRENCESYSTEMS
@LAWRENCESYSTEMS Год назад
Yes, edit the number of cores on the VM, set it to 64
@locusm
@locusm Год назад
How does Windows licensing go when migrating VM's around to different hosts? Do you get license reactivations?
@LAWRENCESYSTEMS
@LAWRENCESYSTEMS Год назад
No, because the virtualized hardware is not changing.
@mm8824
@mm8824 Год назад
Which tool did you use to draw the diagram? :)
@LAWRENCESYSTEMS
@LAWRENCESYSTEMS Год назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-mpF1i9sfEJ0.html
@tltemptl5342
@tltemptl5342 6 месяцев назад
how can we setup redudant iscasy shares , for failover
@LAWRENCESYSTEMS
@LAWRENCESYSTEMS 6 месяцев назад
you can setup iSCSI multipath
@berndeckenfels
@berndeckenfels Год назад
Hm, interesting how does it switch out the storage device at runtime, is that a xen feature or does it provide a proxy to the actual Hypervisor?
@LAWRENCESYSTEMS
@LAWRENCESYSTEMS Год назад
That's the beauty of how their storage API works, it makes storage have one common interface for the VM regardless of the back end
@olivierlambert4101
@olivierlambert4101 Год назад
It's not hypervisor/Xen related, it's toolstack related. When you live migrate a disk from one SR to another, it works like this under the hood: 1. A snapshot is created for the disk 2. A disk mirror is started on destination (all new blocks after the snap are mirrored on destination disk) 3. Then, the whole snapshot (all blocks) is copied to the destination storage (this takes most of the time) 4. When it's copied, the VM is briefly paused (like during a normal live migration, it's barely visible) to switch to the destination disk 5. If it worked, then the source disk is removed, and voila! That's a very similar mechanism when you live migrate a VM from a pool to another (sharing nothing), you can add memory migration in step 4. Note: it's fully transparent from the VM perspective, no need to get any special configuration. Neat, isn't it? Source is XAPI doc, here: xapi-project.github.io/features/XSM/XSM.html
@JoeyDee86
@JoeyDee86 Год назад
Is there any way you can get involved and do a video on XOSAN v2?
@LAWRENCESYSTEMS
@LAWRENCESYSTEMS Год назад
Yes, but not until it's released
@ClassicCarOverhaul
@ClassicCarOverhaul Год назад
I watched this video and I still can't migrate my VM to another host. I have two xcp-ng hosts running and VM'S running in each host but when I try to migrate one to the other host, it shows it's migrating and takes a while, then when it stops it's still on the same host. It does not move to the other host. Both host are connected to my network and are available in xen orchestra, do I need to configure a static IP on another network port on each server (host) or any suggestions? Thanks!
@LAWRENCESYSTEMS
@LAWRENCESYSTEMS Год назад
Might want to post in the forums but are they on the sane network segment? Joined in the same pool? Does it time out and give an error?
@ClassicCarOverhaul
@ClassicCarOverhaul Год назад
@@LAWRENCESYSTEMS Same network segment, not sure if it times out but it does not give an error, when check pools there are two host, both say Master. So I guess it's two separate pools. it's two servers. I will join the forum and post. Thank you.
@1nfamous753
@1nfamous753 Год назад
how does incremental snapshots work in xc-png , there is i think a capacity of 20 snapshots in total after that how are we supposed to proceed . can i have an api for that ? what is the logic behind .
@LAWRENCESYSTEMS
@LAWRENCESYSTEMS Год назад
Having that many snapsots on any VM is not a good idea for performance reasons and yes they have an API.
@1nfamous753
@1nfamous753 Год назад
@@LAWRENCESYSTEMS HI CAN I HAVE THAT API SNIPPET I WOULD LOVE TO IMPLEMENT THAT ON MY PRODUCTION
@LAWRENCESYSTEMS
@LAWRENCESYSTEMS Год назад
@@1nfamous753 I don't use their API you will have to read their docs and build it
@alexanderahman4884
@alexanderahman4884 Год назад
What's the reason you didn't want to use HA-lizard for production use? Have not tried it myself but it looks pretty neat.
@LAWRENCESYSTEMS
@LAWRENCESYSTEMS Год назад
Not officially supported by the project so I would worry about stability and reliability
@gaston-alegre-stotzer
@gaston-alegre-stotzer Год назад
@@LAWRENCESYSTEMS Makes sense. If the HA-lizard project matures and gets integrated, it might turn XCP-NG into an hyperconvergence solution (like Nutanix)...right?
@SgtKilgore406
@SgtKilgore406 Год назад
I've tried asking in XCP-ng forums but have yet to receive an answer so hopefully you can answer this question. What are the requirements for a Suspend SR? I would like to be able to take snapshots with VM memory but I don't know if I can simply set my primary SR to also be a Suspend SR or not. Last I looked there was nothing in their forums or docs explaining how to configure it.
@LAWRENCESYSTEMS
@LAWRENCESYSTEMS Год назад
Suspend is not dependent on the SR type.
@SgtKilgore406
@SgtKilgore406 Год назад
@@LAWRENCESYSTEMS Thank you! Set my primary SR as a Suspend SR and snapshot with memory worked perfectly! I was worried setting that on my primary SR could potentially cause issues (worst being VM lockups or vdi corruption) so I'm glad that didn't happen.
Далее
БЕЛКА СЬЕЛА КОТЕНКА?#cat
00:13
Просмотров 1,6 млн
CrowdSec Absolute Beginners Workshop
46:57
Просмотров 10 тыс.
XCP-NG vs Xen vs XenServer vs KVM vs Proxmox
23:02
Просмотров 63 тыс.
Why use XCP-ng instead of other products?
14:07
Просмотров 49 тыс.
XCP NG VS Proxmox 2022 And Why I Chose...
25:19
Просмотров 132 тыс.
XCP-ng: A Different Kind of Virtualization Platform?
16:09
pfsense: Blocking Threats With pfblockerNG Lists
18:30
Просмотров 104 тыс.