L lokapro New Member Dec 17, 2017 1 0 1 36 Dec 17, 2017 #1 i just installed on proxmox on my dedicated server with 4xSSD storage, and i choose RAID 10 ZFS during instaltion, how to monitor and manage my RAID configuration? because it os not detected by mdadm
i just installed on proxmox on my dedicated server with 4xSSD storage, and i choose RAID 10 ZFS during instaltion, how to monitor and manage my RAID configuration? because it os not detected by mdadm
fireon Distinguished Member Proxmox Subscriber Oct 25, 2010 4,529 491 153 Austria/Graz deepdoc.at Dec 17, 2017 #2 MDADM = Softwareraid Softwareraid = no ZFS ZFS = ZFS ZFS is much more easy manage then Softwareraid. Here some commands: Code: zpool list zpool status zfs list Please read the documentation. https://pve.proxmox.com/wiki/Storage:_ZFS https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_local_zfs_pool_backend https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_zfs_on_linux https://pve.proxmox.com/wiki/ZFS:_Tips_and_Tricks The docs are also available offline at your installation by clicking on the Documentation Button. Have Fun
MDADM = Softwareraid Softwareraid = no ZFS ZFS = ZFS ZFS is much more easy manage then Softwareraid. Here some commands: Code: zpool list zpool status zfs list Please read the documentation. https://pve.proxmox.com/wiki/Storage:_ZFS https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_local_zfs_pool_backend https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_zfs_on_linux https://pve.proxmox.com/wiki/ZFS:_Tips_and_Tricks The docs are also available offline at your installation by clicking on the Documentation Button. Have Fun