Hi guys,
I build up an environment like that, i have 3 proxmox servers in clustering mode, they are also connected to a shared storage.
All server are virtualized, HA works and every things was set up properly to gain minimal functions.
I'm using one HDD 2on the shared storage about 128Gb (For sharing purpose) and another one HDD1 of 30GB for the FreeBSD system it self.
I created the shared storage iSCSI from proxmox and the LVM (See picture attached).
if i use one LUN per Virtual machine installed on it every things works.
I divided the HDD2 in some LUNs, i'm using one LUN per virtual machine, question is.... can i configure let's say just 2 LUNs (2 LUNs of 50Gb) and install on it maybe 3 or 4 virtual machines from proxmox GUI?
per example 4 VM per LUN?
How can i do it?
Thanks
i configured the ctl.conf file like that:
portal-group pg0 {
discovery-auth-group no-authentication
listen 192.168.100.14
}
target iqn.2017-02.lab.testing:basictarget {
auth-group no-authentication
portal-group pg0
lun 0 {
path /dev/da1p1
size 10G
}
}
target iqn.2017-02.lab.testingi1:basictarget {
auth-group no-authentication
portal-group pg0
lun 1 {
path /dev/da1p1
size 10G
}
}
target iqn.2017-02.lab.testingir2:basictarget {
auth-group no-authentication
portal-group pg0
lun 2 {
path /dev/da1p1
size 10G
}
}
target iqn.2017-02.lab.testingir3:basictarget {
auth-group no-authentication
portal-group pg0
lun 3 {
path /dev/da1p1
size 10G
}
}
I build up an environment like that, i have 3 proxmox servers in clustering mode, they are also connected to a shared storage.
All server are virtualized, HA works and every things was set up properly to gain minimal functions.
I'm using one HDD 2on the shared storage about 128Gb (For sharing purpose) and another one HDD1 of 30GB for the FreeBSD system it self.
I created the shared storage iSCSI from proxmox and the LVM (See picture attached).
if i use one LUN per Virtual machine installed on it every things works.
I divided the HDD2 in some LUNs, i'm using one LUN per virtual machine, question is.... can i configure let's say just 2 LUNs (2 LUNs of 50Gb) and install on it maybe 3 or 4 virtual machines from proxmox GUI?
per example 4 VM per LUN?
How can i do it?
Thanks
i configured the ctl.conf file like that:
portal-group pg0 {
discovery-auth-group no-authentication
listen 192.168.100.14
}
target iqn.2017-02.lab.testing:basictarget {
auth-group no-authentication
portal-group pg0
lun 0 {
path /dev/da1p1
size 10G
}
}
target iqn.2017-02.lab.testingi1:basictarget {
auth-group no-authentication
portal-group pg0
lun 1 {
path /dev/da1p1
size 10G
}
}
target iqn.2017-02.lab.testingir2:basictarget {
auth-group no-authentication
portal-group pg0
lun 2 {
path /dev/da1p1
size 10G
}
}
target iqn.2017-02.lab.testingir3:basictarget {
auth-group no-authentication
portal-group pg0
lun 3 {
path /dev/da1p1
size 10G
}
}