mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
16 lines
299 B
Bash
16 lines
299 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
||
|
|
||
|
define_test "all services available, check nfsd thread count, not enough threads"
|
||
|
|
||
|
setup_nfs
|
||
|
|
||
|
CTDB_MONITOR_NFS_THREAD_COUNT="yes"
|
||
|
RPCNFSDCOUNT=8
|
||
|
FAKE_NFSD_THREAD_PIDS="1 2 3 4 5"
|
||
|
|
||
|
ok "Attempting to correct number of nfsd threads from 5 to 8"
|
||
|
|
||
|
simple_test
|