知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

zfs on linux开启debug模式

发布时间:2014-09-05 15:22:00作者:知识屋

zfs on linux开启debug模式
 
本人尝试开启zfs on linux的开关,但是始终都打不开,经过我反复的尝试,
我向zfs on linux的作者发邮件,才得到debug的方法。
下面分享如下: install spl:
  www.zhishiwu.com  
$ ./configure --enable-debug(进入spl的src目录当中)
    make
    make install
install zfs:(进入zfs的src目录当中)
$ ./configure --with-spl=/home/asus/spl-0.6.0-rc11 --enable-debug
make
make install
  www.zhishiwu.com  
然后重启<创建zfs pool,zvol等工作>
下面是开启zfs debug的关键步骤:
 
$ echo dprintf >/proc/sys/kernel/spl/debug/mask 
$ <your test> $ echo 1 >/proc/sys/kernel/spl/debug/dump
 
$ spl /tmp/spl-log.1355764777.22969 >/tmp/spl-log.1355764777.22969.log 
$ vim /tmp/spl-log.1355764777.22969.log
 
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜