host0–host4 present on this system. Loop handles all of them.
Note: Existing disks are sda/sdb/sdc. New disk should present as sdd.
Confirm reported capacity matches the provisioned size before partitioning.
GPT required — disk will be >2TB. MBR max is 2TB.
Note: At ~90TB this may take several minutes. Do not interrupt. XFS default AG sizing (~1TB per AG) is appropriate at this scale.
Existing repo mounts (CBSU, ALUE) use /dev/sdX paths, not UUIDs. Match this convention.
Match existing naming convention — e.g. CBSU, ALUE, GIPI.
Convention: existing mounts use /dev/sdXN with defaults 0 0 — no nofail, no UUID.
If mount -a errors, fix /etc/fstab before rebooting. A bad fstab entry on a non-root mount will drop the host to emergency mode on next boot.
/dev/sddX directly.mkfs.xfs on 90TB may take several minutes — do not interrupt.>> appends to fstab. > overwrites it — never use > on fstab.