mdadm 에서 raid 5 사용시 마지막 디바이스가 spare 로 구성되는 문제

해당 이슈는 ubuntu 18.04 환경에서 확인된 이슈이며, RHEL, CentOS 에서는 동일한 문제가 발생 되는지는 직접 확인하지 못했음. # mdadm -C /dev/md0

해당 이슈는 ubuntu 18.04 환경에서 확인된 이슈이며, RHEL, CentOS 에서는 동일한 문제가 발생 되는지는 직접 확인하지 못했음. # mdadm -C /dev/md0

ubuntu 17.10 /etc/resolv.conf 파일이 127.0.0.X 로 초기화 되는 증상

ubuntu 17.10 에서 /etc/resolv.conf 를 설정 후 reboot 을 하게되면 /etc/resolv.conf 파일이 초기화? 되는 상황이 있다.
ex)
nameserver 127.0.0.x ( 초기 값 )
Modify
nameserver 8.8.8.8 ( 변경 )
reboot 
nameserver 127.0.0.x ( 초기화 )
위 같은 상황일때 아래의 방법으로 해결 가능하다.
#vi /etc/resolv.conf
nameserver 8.8.8.8 
>> 추가
# apt-get install r…

ubuntu 17.10 에서 /etc/resolv.conf 를 설정 후 reboot 을 하게되면 /etc/resolv.conf 파일이 초기화? 되는 상황이 있다.
ex)
nameserver 127.0.0.x ( 초기 값 )
Modify
nameserver 8.8.8.8 ( 변경 )
reboot 
nameserver 127.0.0.x ( 초기화 )
위 같은 상황일때 아래의 방법으로 해결 가능하다.
#vi /etc/resolv.conf
nameserver 8.8.8.8 
>> 추가
# apt-get install r…