zfs 풀 오류

zfs 풀 오류

zroot라는 zpool이 있습니다. 정전 후 시스템이 다시 시작되면 zroot에는 4개의 풀이 있고 1개의 풀에서 몇 가지 오류가 표시됩니다.

Solaris: Warning: can`t open object for zroot/var/crash
log_sysevent: type19 is not emplement
log_sysevent: type19 is not emplement
log_sysevent: type19 is not emplement
log_sysevent: type19 is not emplement
log_sysevent: type19 is not emplement
Solaris: Warning: can`t open object for zroot/var/crash
log_sysevent: type19 is not emplement
log_sysevent: type19 is not emplement
log_sysevent: type19 is not emplement
log_sysevent: type19 is not emplement
log_sysevent: type19 is not emplement

시스템 FreeBSD 8.2, zfs v28 기본 도구 zfs/zroot 없이 zroot/var/crash를 어떻게 파괴합니까? 작동하지 않고 그냥 정지되기 때문입니다.

답변1

1~2년 전에 zfs/zpool 도구를 사용할 때마다 시스템이 중단되는 문제가 있었습니다.

문제가 무엇인지 기억나지 않지만 8.X OS 업그레이드 중에 발생했습니다. USB 드라이브에 FreeBSD를 설치하고 해당 드라이브에서 부팅한 다음 "zpool 가져오기"를 수행하여 이 문제를 해결할 수 있었습니다.

새 9.1 디스크로 부팅하여 zpool 가져오기를 수행할 수 있는지 확인하세요. 그렇다면 zfs 도구를 사용하여 파일 시스템을 삭제하고 다시 생성하십시오. 예비 썸 드라이브나 CD가 없는 경우 단일 사용자 부팅을 시도하고 ZFS 캐시(/boot/zfs/zpool.cache)를 다른 곳으로 옮긴 다음 zfs를 수동으로 시작해 보십시오(/etc /rc). .d/hostid 및 /etc/rc.d/zfs) 얼마나 멀리까지 갈 수 있는지 확인하세요.

답변2

FreeBSD 사이트에서:http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/filesystems-zfs.html

zfs destroy zroot/var/crash

관련 정보