설치시 :
sudo apt-get install \
linux-image-extra-$(uname -r) \
linux-image-extra-virtual
나는 얻고있다:
W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
다른 사람도 비슷한 문제가 있음을 발견했습니다. apt-get update mdadm scary warnings
그래서 나는 지시를 따랐다.
/usr/share/mdadm/mkconf > /etc/mdadm/mdadm.conf
그때:
update-initramfs -u
그러나 결과는 다음과 같습니다.
update-initramfs: Generating /boot/initrd.img-4.10.0-30-generic
W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
lsb_release -a
LSB Version: core-9.20160110ubuntu5-amd64:core-9.20160110ubuntu5-noarch:security-9.20160110ubuntu5-amd64:security-9.20160110ubuntu5-noarch
Distributor ID: Ubuntu
Description: Ubuntu 17.04
Release: 17.04
Codename: zesty
vim /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
# 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
# This configuration was auto-generated on Thu, 10 Aug 2017 15:23:15 +0000 by mkconf
/ etc / fstab
LABEL=cloudimg-rootfs / ext4 defaults 0 0
/var/swap.1 swap swap defaults 0 0
추가 한 후에 이것이 시작되었다고 생각합니다.
/var/swap.1 swap swap defaults 0 0
내가해야 할 다른 일이 있습니까?
Vagrant의 도움으로 VM을 실행하고 있습니다.
업데이트 1
나는 또 다른 비슷한 질문을 발견했다 ": /ubuntu/834903/i-dont-have-a-raid-but-get-the-warning-mdadm-conf-defines-no-arrays
나는 덧붙였다 :
ARRAY <ignore> devices=/dev/sda1
나는 /dev/sda
혼자 가 없기 때문에 끝에 1을 추가했습니다 .
Filesystem Size Used Avail Use% Mounted on
udev 473M 0 473M 0% /dev
tmpfs 97M 3.1M 94M 4% /run
/dev/sda1 19G 4.8G 15G 26% /
tmpfs 483M 0 483M 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 483M 0 483M 0% /sys/fs/cgroup
vagrant_ 384G 48G 337G 13% /vagrant
vagrant_www_ 384G 48G 337G 13% /vagrant/www
tmpfs 97M 0 97M 0% /run/user/1000
나는 이것을 올바르게하고 있습니까? 이것은 무엇을 하는가?
경고가 사라졌습니다.