Hi there.
I decided to do some maintenance on clients 6-7 year old server. Obviously Fujitsu RX100 S7 is kinda poor in upgradeability so the only (low cost) thing to do was replacing old 500GB SATA drives with new 2x1TB Seagate EXOS SATA and upgrade RAM 4GB -> 16GB.
Previous config was based on integrated RAID1 volume (servers controller is kinda basic since it's just an onboard integrated SATA RAID controller (not even a SAS capable one).
To provide some extra security against malware/encryption I've moved Win2003 std to vm enviroment -> Proxmox to go.
Obviously despite created RAID volume in controllers 'bios' testing PM installer showed directly 2 disks available (as expected on a software raid).
So I disabled the RAID feature in mb bios (back to AHCI mode). Then I installed PM with ZFS raid1.
So far so good but I wonder (since its recommended to give ZFS as direct disk access as possible) - if I can see disk names and grab SMART status from PM gui in "node -> Disks" - does it mean ZFS actually works in optimal environment?
PS. If anyone is wondering on how to p2v Win2003 system, easier and faster way to go is:
1: mergeide fix to add IDE boot support on old machine (must have, otherwise BSOD on boot)
2: convert disk using tiny Disk2VHD tool (VMware converter actually crashed twice)
3. qm importdisk vm_number vhdx_file_location --format raw (I imported the vhdx file directly from NFS mounted from NAS drive)
4. done
I decided to do some maintenance on clients 6-7 year old server. Obviously Fujitsu RX100 S7 is kinda poor in upgradeability so the only (low cost) thing to do was replacing old 500GB SATA drives with new 2x1TB Seagate EXOS SATA and upgrade RAM 4GB -> 16GB.
Previous config was based on integrated RAID1 volume (servers controller is kinda basic since it's just an onboard integrated SATA RAID controller (not even a SAS capable one).
To provide some extra security against malware/encryption I've moved Win2003 std to vm enviroment -> Proxmox to go.
Obviously despite created RAID volume in controllers 'bios' testing PM installer showed directly 2 disks available (as expected on a software raid).
So I disabled the RAID feature in mb bios (back to AHCI mode). Then I installed PM with ZFS raid1.
So far so good but I wonder (since its recommended to give ZFS as direct disk access as possible) - if I can see disk names and grab SMART status from PM gui in "node -> Disks" - does it mean ZFS actually works in optimal environment?
PS. If anyone is wondering on how to p2v Win2003 system, easier and faster way to go is:
1: mergeide fix to add IDE boot support on old machine (must have, otherwise BSOD on boot)
2: convert disk using tiny Disk2VHD tool (VMware converter actually crashed twice)
3. qm importdisk vm_number vhdx_file_location --format raw (I imported the vhdx file directly from NFS mounted from NAS drive)
4. done