Os volumes lógicos não são ativados na inicialização

Os volumes lógicos não são ativados na inicialização

Ubuntu 22.04.1 aqui. Eu tenho um grupo de volumes chamado systemcriado durante a instalação. Existem três volumes lógicos neste grupo.

  --- Logical volume ---
  LV Path                /dev/system/swap
  LV Name                swap
  VG Name                system
  LV UUID                qeGYCG-PseM-IzIW-rpit-0zwI-lbKs-q0jL8D
  LV Write Access        read/write
  LV Creation host, time ubuntu-server, 2022-12-02 19:20:46 +0000
  LV Status              NOT available
  LV Size                1,00 GiB
  Current LE             256
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
   
  --- Logical volume ---
  LV Path                /dev/system/root
  LV Name                root
  VG Name                system
  LV UUID                qx6W1r-e20x-VfwG-1Sdg-uGE3-rRW9-89k24O
  LV Write Access        read/write
  LV Creation host, time ubuntu-server, 2022-12-02 19:20:47 +0000
  LV Status              available
  # open                 1
  LV Size                10,00 GiB
  Current LE             2560
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:0
   
  --- Logical volume ---
  LV Path                /dev/system/drbd
  LV Name                drbd
  VG Name                system
  LV UUID                rQxv3f-pJds-JU1z-9Hqd-hi81-3kAt-zlcVbh
  LV Write Access        read/write
  LV Creation host, time ubuntu-server, 2022-12-02 19:20:49 +0000
  LV Status              NOT available
  LV Size                <21,00 GiB
  Current LE             5375
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto

Esta é uma saída do lvdisplaycomando logo após a reinicialização. Em cada reinicialização do volume lógico swape drbdnão é ativado. Preciso usar vgchange -ayo comando para ativá-los manualmente. Apenas rooto volume lógico está disponível, neste volume o sistema está instalado. Adicionar nomes de volume não ajuda auto_activation_volume_list./etc/lvm/lvm.conf

Por que isso acontece?

Atualização nº 1

Tentei recriar o volume lógico. Primeiro removi o volume de swap e depois o recriei com um nome diferente. Ainda o mesmo problema após a reinicialização. O volume não é ativado até vgchange -ay.

informação relacionada