Cluster - Backup VMs to SAN

tamkt

Renowned Member
Jan 9, 2014
1
0
66
I currently run 2 systems proxmox cluster nodes with HP P2000 SAN.


SAN partition on spending 1 - 2TB volumes to back up the VMs. Volumes 2 HBA is assigned to each of the nodes. On node 1 - I create lvm for 2TB master it. And it does mount / media / san_Backup. On node 2 I also mount it to / media / san_Backup.


Then I created the folder node 1 / media/san_Backup/VM1, node2 create / media/san_Backup/VM2

8b52.png



2 Run scheduled backup for node1 saved to / media/san_Backup/VM1, node2 saved to / media/san_Backup/VM2


3gfs.png



But the result node running backup file was finally finished.


vl27.png


Node2
root@vm2:/media# tree
.
└── san_Backup
├── lost+found
├── VM1
│ └── dump
└── VM2
└── dump
├── vzdump-qemu-200-2014_01_09-11_30_02.log
└── vzdump-qemu-200-2014_01_09-11_30_02.vma.gz


6 directories, 2 files
root@vm2:/media# tree
.
└── san_Backup
├── lost+found
├── VM1
│ └── dump
│ ├── vzdump-qemu-103-2014_01_09-11_30_05.log
│ └── vzdump-qemu-103-2014_01_09-11_30_05.vma.gz
└── VM2
└── dump


6 directories, 2 files

Node1
root@vm1:/media# tree
.
└── san_Backup
├── lost+found
├── VM1
│ └── dump
│ ├── vzdump-qemu-103-2014_01_09-11_30_05.log
│ └── vzdump-qemu-103-2014_01_09-11_30_05.vma.gz
└── VM2
└── dump


6 directories, 2 files





Sorry for my bad english
 
Last edited: