文件操作 - 98-rdma.rules
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/udev/rules.d/98-rdma.rules
编辑文件内容
# We list all the various kernel modules that drive hardware in the # InfiniBand stack (and a few in the network stack that might not actually # be RDMA capable, but we don't know that at this time and it's safe to # enable the IB stack, so do so unilaterally) and on load of any of that # hardware, we trigger the rdma.service load in systemd SUBSYSTEM=="module", KERNEL=="cxgb*", ACTION=="add", TAG+="systemd", ENV{SYSTEMD_WANTS}="rdma.service" SUBSYSTEM=="module", KERNEL=="ib_*", ACTION=="add", TAG+="systemd", ENV{SYSTEMD_WANTS}="rdma.service" SUBSYSTEM=="module", KERNEL=="mlx*", ACTION=="add", TAG+="systemd", ENV{SYSTEMD_WANTS}="rdma.service" SUBSYSTEM=="module", KERNEL=="iw_*", ACTION=="add", TAG+="systemd", ENV{SYSTEMD_WANTS}="rdma.service" SUBSYSTEM=="module", KERNEL=="be2net", ACTION=="add", TAG+="systemd", ENV{SYSTEMD_WANTS}="rdma.service" SUBSYSTEM=="module", KERNEL=="enic", ACTION=="add", TAG+="systemd", ENV{SYSTEMD_WANTS}="rdma.service"
修改文件时间
将文件时间修改为当前时间的前一年
删除文件