Comment 25 for bug 722201

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :

(hit enter too fast)

- nfs-kernel-server
- nfs-common
- quota

So the NFS legacy events won't find problems when they are enabled. Since those are not the only events supported by CTDB:

(k)inaddy@ctdbserver01:/etc/ctdb$ ctdb event script list legacy
* 00.ctdb
* 01.reclock
* 05.system
* 06.nfs
* 10.interface
  11.natgw
  11.routing
  13.per_ip_routing
  20.multipathd
  31.clamd
  40.vsftpd
  41.httpd
  49.winbind
  50.samba
* 60.nfs
  70.iscsi
  91.lvs

Instead of depending on: multipath-tools, clamd, vsftpd, apache, smb, iscsi and nfs-kernel-server... we could put those dependencies as recommends. This way they are installed together BUT if --no-install-recommends is passed they are not. I would start adding only the 3 NFS related services since I'm focused in enabling NFS here.