Eu tenho o Debian 9 com iSCSI e multipath configurados com sucesso:
# multipath -ll /dev/mapper/mpathb
mpathb (222c60001556480c6) dm-2 Promise,Vess R2600xi
size=10T features='1 retain_attached_hw_handler' hwhandler='0' wp=rw
|-+- policy='service-time 0' prio=1 status=active
| `- 12:0:0:0 sdc 8:32 active ready running
`-+- policy='service-time 0' prio=1 status=enabled
`- 13:0:0:0 sdd 8:48 active ready running
/dev/mapper/mpathb
faz parte do grupo LVM vg-one-100
:
# pvs
PV VG Fmt Attr PSize PFree
/dev/dm-2 vg-one-100 lvm2 a-- 10,00t 3,77t
# vgs
VG #PV #LV #SN Attr VSize VFree
vg-one-100 1 17 0 wz--n- 10,00t 3,77t
vg-one-100
grupo contém vários volumes:
# lvs
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
lv-one-0-1 vg-one-100 -wi-a----- 20,00g
lv-one-1-0 vg-one-100 -wi-a----- 2,41g
lv-one-10-0 vg-one-100 -wi------- 20,00g
lv-one-11-0 vg-one-100 -wi------- 30,00g
lv-one-12-0 vg-one-100 -wi------- 2,41g
lv-one-13-0 vg-one-100 -wi------- 2,41g
lv-one-14-0 vg-one-100 -wi------- 2,41g
lv-one-15-0 vg-one-100 -wi------- 2,41g
lv-one-16-0 vg-one-100 -wi------- 2,41g
lv-one-17-0 vg-one-100 -wi------- 30,00g
lv-one-18-0 vg-one-100 -wi------- 30,00g
lv-one-23-0 vg-one-100 -wi------- 20,00g
lv-one-31-0 vg-one-100 -wi------- 20,00g
lv-one-8-0 vg-one-100 -wi------- 30,00g
lv-one-9-0 vg-one-100 -wi------- 20,00g
lvm_images vg-one-100 -wi-a----- 5,00t
lvm_system vg-one-100 -wi-a----- 1,00t
My lvm.conf
inclui os seguintes filtros:
# grep filter /etc/lvm/lvm.conf | grep -vE '^.*#'
filter = ["a|/dev/dm-*|", "r|.*|"]
global_filter = ["a|/dev/dm-*|", "r|.*|"]
lvmetad
está desabilitado:
# grep use_lvmetad /etc/lvm/lvm.conf | grep -vE '^.*#'
use_lvmetad = 0
Se lvmetad
estiver desabilitado, então lvm2-activation-generator
será usado.
No meu caso, lvm2-activation-generator
gerei todos os arquivos de unidade necessários e executei-os durante a inicialização:
# ls -1 /var/run/systemd/generator/lvm2-activation*
/var/run/systemd/generator/lvm2-activation-early.service
/var/run/systemd/generator/lvm2-activation-net.service
/var/run/systemd/generator/lvm2-activation.service
# systemctl status lvm2-activation-early.service
● lvm2-activation-early.service - Activation of LVM2 logical volumes
Loaded: loaded (/etc/lvm/lvm.conf; generated; vendor preset: enabled)
Active: inactive (dead) since Thu 2019-03-28 17:20:48 MSK; 3 weeks 4 days ago
Docs: man:lvm2-activation-generator(8)
Main PID: 897 (code=exited, status=0/SUCCESS)
systemd[1]: Starting Activation of LVM2 logical volumes...
systemd[1]: Started Activation of LVM2 logical volumes.
root@virt1:~# systemctl status lvm2-activation-net.service
● lvm2-activation-net.service - Activation of LVM2 logical volumes
Loaded: loaded (/etc/lvm/lvm.conf; generated; vendor preset: enabled)
Active: inactive (dead) since Thu 2019-03-28 17:21:24 MSK; 3 weeks 4 days ago
Docs: man:lvm2-activation-generator(8)
Main PID: 1537 (code=exited, status=0/SUCCESS)
systemd[1]: Starting Activation of LVM2 logical volumes...
lvm[1537]: 4 logical volume(s) in volume group "vg-one-100" now active
systemd[1]: Started Activation of LVM2 logical volumes.
root@virt1:~# systemctl status lvm2-activation.service
● lvm2-activation.service - Activation of LVM2 logical volumes
Loaded: loaded (/etc/lvm/lvm.conf; generated; vendor preset: enabled)
Active: inactive (dead) since Thu 2019-03-28 17:20:48 MSK; 3 weeks 4 days ago
Docs: man:lvm2-activation-generator(8)
Main PID: 900 (code=exited, status=0/SUCCESS)
systemd[1]: Starting Activation of LVM2 logical volumes...
systemd[1]: Started Activation of LVM2 logical volumes.
O problema em: não consigo ativar automaticamente todos os volumes LVM durante a inicialização porque lvm2-activator-net.service
ative os volumes depois que ele foi conectado (logado) sobre iSCSI em vez de dispositivo multipath ( journalctl
fragmento):
. . .
kernel: sd 11:0:0:0: [sdc] 21474836480 512-byte logical blocks: (11.0 TB/10.0 TiB)
kernel: sd 10:0:0:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA
kernel: sd 11:0:0:0: [sdc] Write Protect is off
kernel: sd 11:0:0:0: [sdc] Mode Sense: 97 00 10 08
kernel: sd 11:0:0:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
kernel: sd 10:0:0:0: [sdb] Attached SCSI disk
kernel: sd 11:0:0:0: [sdc] Attached SCSI disk
iscsiadm[1765]: Logging in to [iface: default, target: iqn.2012-07.com.promise:alias.tgt0000.2000000155588d75, portal: 172.16.0.151,3260] (multiple)
iscsiadm[1765]: Logging in to [iface: default, target: iqn.2012-07.com.promise:alias.tgt0000.2000000155588d75, portal: 172.16.1.151,3260] (multiple)
iscsiadm[1765]: Login to [iface: default, target: iqn.2012-07.com.promise:alias.tgt0000.2000000155588d75, portal: 172.16.0.151,3260] successful.
iscsiadm[1765]: Login to [iface: default, target: iqn.2012-07.com.promise:alias.tgt0000.2000000155588d75, portal: 172.16.1.151,3260] successful.
systemd[1]: Started Login to default iSCSI targets.
systemd[1]: Starting Activation of LVM2 logical volumes...
systemd[1]: Starting Activation of LVM2 logical volumes...
multipathd[884]: sdb: add path (uevent)
systemd[1]: Started Activation of LVM2 logical volumes.
systemd[1]: Started Activation of LVM2 logical volumes.
systemd[1]: Reached target Remote File Systems (Pre).
systemd[1]: Mounting /var/lib/one/datastores/101...
systemd[1]: Mounting /var/lib/one/datastores/100...
multipathd[884]: mpathb: load table [0 21474836480 multipath 1 retain_attached_hw_handler 0 1 1 service-time 0 1 1 8:16 1]
multipathd[884]: mpathb: event checker started
multipathd[884]: sdb [8:16]: path added to devmap mpathb
multipathd[884]: sdc: add path (uevent)
multipathd[884]: mpathb: load table [0 21474836480 multipath 1 retain_attached_hw_handler 0 2 1 service-time 0 1 1 8:16 1 service-time 0 1 1 8:32 1]
. . .
As condições para começar lvm2-activation-net.service
estão corretas:
# grep After /var/run/systemd/generator/lvm2-activation-net.service
After=lvm2-activation.service iscsi.service fcoe.service
Como posso ativar adequadamente all
os volumes lógicos durante a inicialização?
Como você parece ter um único volume físico, realmente me pergunto como a ativação parcial pode acontecer no seu caso. Deve ser tudo ou nada. Mas aqui estão alguns problemas para cuidar de qualquer maneira:
mpathb
de onde vem, mas recomendo não habilitaruser_friendly_names
para/etc/multipath.conf
maior clareza. Configure o alias manualmente ou use o WWID conforme fornecido pelo seu armazenamento.Os filtros LVM são expressões regulares, não globs de shell, então você precisa alterar a sintaxe para algo como
(
global_filter
é opcional para a funcionalidade adequada, mas pode fazer diferença nos tempos de inicialização.)Você precisa atrasar a ativação até que os dispositivos multipath de todos os seus volumes físicos apareçam. Uma possibilidade é adicionar
para
/etc/systemd/system/lvm2-activation-net.service.d/wait_for_storage.conf
. Outra é criar um serviço de ativação dedicado.Os dispositivos de armazenamento iSCSI (e seus dispositivos multipath) podem levar muito tempo para aparecer. Você pode precisar criar
/etc/systemd/system/dev-mapper-222c60001556480c6.device
contendopara garantir que o systemd não atinja o tempo limite muito rapidamente esperando por ele. Use links simbólicos para um arquivo comum se você tiver vários desses dispositivos.
Mesmo que o acima não resolva seu problema imediatamente, ele tornará a depuração mais tratável. Boa sorte!