Migrate hildring, tom and balduzius from asgore to proxmox #80

Open
opened 2023-11-27 21:27:18 +01:00 by pbsds · 4 comments
pbsds commented 2023-11-27 21:27:18 +01:00 (Migrated from github.com)
No description provided.
adrlau commented 2024-04-27 19:33:00 +02:00 (Migrated from github.com)

Airloft all or just balduzius.
Maybe to buskerud.

Airloft all or just balduzius. Maybe to buskerud.
oysteikt added this to the Kanban project 2024-08-03 22:53:25 +02:00
felixalb was assigned by oysteikt 2024-08-03 23:03:29 +02:00
oysteikt added the
servers n' hardware
label 2024-08-06 18:13:56 +02:00
Owner
  • tom
  • balduzius
  • spikkjeposche (not in use, though)
  • hildring
  • Document these changes on the wiki

Notes:

  • EFI disks are not transferred. BIOS-only VMs boot just fine, but if they're using UEFI, you(I) need to reinstall the bootloader from a rescue drive on proxmox.
    • Netboot into a rescue image
    • Mount /mnt and /mnt/boot/efi from their partitions
    • for i in /dev /dev/pts /proc /sys /sys/firmware/efi/efivars /run; do mount -B $i /mnt/$i; done
    • chroot in
    • Install grub
  • New virtual NICs (or new virtual pci geometry) means that the network cards may be renamed and need to be reconfigured. (e.g.: Replace ens32 with ens18 in /etc/network/interfaces)
  • Proxmox uses "vmware style" vNICs and SCSI controllers for compatibility when importing, maybe we can change to normal VirtIO with some performance gains?
- [x] tom - [x] balduzius - [x] spikkjeposche (not in use, though) - [x] hildring - [ ] Document these changes on the wiki Notes: - EFI disks are not transferred. BIOS-only VMs boot just fine, but if they're using UEFI, you(I) need to reinstall the bootloader from a rescue drive on proxmox. - Netboot into a rescue image - Mount /mnt and /mnt/boot/efi from their partitions - `for i in /dev /dev/pts /proc /sys /sys/firmware/efi/efivars /run; do mount -B $i /mnt/$i; done` - `chroot` in - Install grub - New virtual NICs (or new virtual pci geometry) means that the network cards may be renamed and need to be reconfigured. (e.g.: Replace `ens32` with `ens18` in /etc/network/interfaces) - Proxmox uses "vmware style" vNICs and SCSI controllers for compatibility when importing, maybe we can change to normal VirtIO with some performance gains?
Owner

image

The following VMs exists on Asgore. The ones with checked boxes have been migrated to https://wiki.pvv.ntnu.no/wiki/Maskiner/buskerud. Note that everything is turned off, and should not be needed any more. Should we make more backups of the remaining hosts, or can they die?

![image](/attachments/8e495c67-925f-4c04-a3be-47859a1aa36e) The following VMs exists on Asgore. The ones with checked boxes have been migrated to https://wiki.pvv.ntnu.no/wiki/Maskiner/buskerud. Note that everything is turned off, and should not be needed any more. Should we make more backups of the remaining hosts, or can they die?
452 KiB
Owner

Lommel is the old salt master, I transferred most to the new host, but there might be some arcane config in there related to how changes to the salt repo also got pushed to github. After the transfer I think I never fixed the GitHub push logic

Lommel is the old salt master, I transferred most to the new host, but there might be some arcane config in there related to how changes to the salt repo also got pushed to github. After the transfer I think I never fixed the GitHub push logic
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Drift/issues#80
No description provided.