Migrate FileServer to Debian #44
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
security
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Blocks
#12 Fileserver role for bowle
infra/ansible
Reference: infra/ansible#44
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The FileServer (bowle) should be migrated to Debian as soon as OpenZFS 2.0 is released (this should allow for an import of the existing FreeBSD ZFS pool).
This should probably wait for Debian bullseye (to be released this year) since that will natively support OpenZFS 2.0
I guess this needs to maybe happen before the official Release of Debian bullseye. Today the USB-Stick containing FreeBSD 12 has died.
A very basic role (with still a few TODOs left) is in place as of
b2442be2d8
Current status: ZFS and NFS installed, with a basic NFS config in place. NFS exports with backup space for the Proxmox-based VM-Hosts seem to be working.
However the zpool did not recognize one of the disks:
/dev/sdc
is there but it can't be set online or used with thezpool replace
command - maybe its headers need to be wiped and it needs to be re-added as a blank disk?Update:
After this and a reboot (without it would still assume the disk being in use) later I could finally replace the disk with the invalid label:
Looks good, running a scrub just to be sure.
All good.
The only things left wrt to the hardware is to buy an USB3 to SATA adapter and replace the loaned SSD with the donated one from exxess.
The ansible Role itself is tracked at #12
SSD and USB3-SATA adapter have been swapped yesterday.