add new storage (from new Array) for Proxmox

fab909

Member
Sep 5, 2018
26
0
21
47
Hello
I am french sorry for my english
I have a Proxmox 3.4 running good
I using HARD RAID5 (Smart Array P440ar) ; no problem for the storage
I add new Array on my RAID

Code:
#ssacli ctrl all show config

Smart Array P440ar in Slot 0 (Embedded)   (sn: PDNLH0BRH8Z3EY)
Port Name: 1I
Port Name: 2I

Internal Drive Cage at Port 1I, Box 3, OK

Internal Drive Cage at Port 2I, Box 3, OK

Array A (SAS, Unused Space: 0  MB)

      logicaldrive 1 (2.2 TB, RAID 5, OK)

      physicaldrive 1I:3:1 (port 1I:box 3:bay 1, SAS HDD, 1.2 TB, OK)
      physicaldrive 1I:3:2 (port 1I:box 3:bay 2, SAS HDD, 1.2 TB, OK)
      physicaldrive 1I:3:3 (port 1I:box 3:bay 3, SAS HDD, 1.2 TB, OK)


   Array B (SAS, Unused Space: 0  MB)

      logicaldrive 2 (2.2 TB, RAID 5, OK)

      physicaldrive 1I:3:4 (port 1I:box 3:bay 4, SAS HDD, 1.2 TB, OK)
      physicaldrive 2I:3:5 (port 2I:box 3:bay 5, SAS HDD, 1.2 TB, OK)
      physicaldrive 2I:3:6 (port 2I:box 3:bay 6, SAS HDD, 1.2 TB, OK)

The first array A work fine with Proxmox Storage (2.09 TiB)
I would like to add the seconde one

How configure linux and create new storage?

Code:
# lvdisplay
  --- Logical volume ---
  LV Path                /dev/pve/swap
  LV Name                swap
  VG Name                pve
  LV UUID                O4I6nt-JBqC-hHT7-bpzC-lhd3-zfOe-T0Jwun
  LV Write Access        read/write
  LV Creation host, time proxmox, 2015-09-30 09:48:28 +0200
  LV Status              available
  # open                 1
  LV Size                31.00 GiB
  Current LE             7936
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:1

  --- Logical volume ---
  LV Path                /dev/pve/root
  LV Name                root
  VG Name                pve
  LV UUID                hw6Lt4-qvzp-6NoW-qKnO-dfRp-YxuH-dHbwT1
  LV Write Access        read/write
  LV Creation host, time proxmox, 2015-09-30 09:48:29 +0200
  LV Status              available
  # open                 1
  LV Size                50.00 GiB
  Current LE             12800
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:0

  --- Logical volume ---
  LV Path                /dev/pve/data
  LV Name                data
  VG Name                pve
  LV UUID                sIXWhv-Gwfs-FkEZ-GnA6-MM0K-4coe-pMwikH
  LV Write Access        read/write
  LV Creation host, time proxmox, 2015-09-30 09:48:29 +0200
  LV Status              available
  # open                 1
  LV Size                2.09 TiB
  Current LE             547441
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:2


Code:
# cat /etc/pve/storage.cfg
dir: local
        path /var/lib/vz
        shared
        content images,iso,vztmpl,backup,rootdir
        maxfiles 2

nfs: nfs-01
        path /mnt/pve/nfs-01
        server 172.16.3.28
        export /home/proxmox
        options vers=1
        content images,backup
        maxfiles 1
thanks for your help