Zainstalowałem 16.04 Server i miałem podobny komunikat w moich logach i ten komunikat, kiedy aktualizuję initramfs
pakiety poprzez normalną aktualizację pakietu.
...
Setting up initramfs-tools (0.122ubuntu8.3) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.122ubuntu8.3) ...
update-initramfs: Generating /boot/initrd.img-4.4.0-38-generic
W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
Czy to normalne, czy może Ubuntu spodziewa się znaleźć RAID z powodu jakiejś błędnej konfiguracji?
Oto zawartość /etc/mdadm/mdadm.conf
:
# mdadm.conf
#
# Please refer to mdadm.conf(5) for information about this file.
#
# by default (built-in), scan all partitions (/proc/partitions) and all
# containers for MD superblocks. alternatively, specify devices to scan, using
# wildcards if desired.
#DEVICE partitions containers
# auto-create devices with Debian standard permissions
CREATE owner=root group=disk mode=0660 auto=yes
# automatically tag new arrays as belonging to the local system
HOMEHOST <system>
# instruct the monitoring daemon where to send mail alerts
MAILADDR root
# definitions of existing MD arrays
Odpowiedzi:
Błąd mówi
W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
Uważam, że ostrzeżenie jest wyświetlane, gdy nie ma
ARRAY
liniimdadm.conf
.Oczywistym rozwiązaniem byłoby dodanie jednego:
ARRAY <ignore> devices=/dev/sda
Pracował dla mnie ...
źródło
ARRAY <ignore> devices=/dev/sda
ale pojawia się ten błąd -bash: ignore: Brak takiego pliku lub katalogu