[dts][PATCH V1] test_plans/vhost_user_live_migration: add restart NFS service step

Wei Ling weix.ling at intel.com
Mon May 22 10:40:52 CEST 2023


Add restart NFS service step after config the NFS share config file
/etc/export to make the config effect.

Signed-off-by: Wei Ling <weix.ling at intel.com>
---
 test_plans/vhost_user_live_migration_test_plan.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test_plans/vhost_user_live_migration_test_plan.rst b/test_plans/vhost_user_live_migration_test_plan.rst
index f39b52aa..243b8fa8 100644
--- a/test_plans/vhost_user_live_migration_test_plan.rst
+++ b/test_plans/vhost_user_live_migration_test_plan.rst
@@ -30,6 +30,8 @@ NFS configuration
     host# systemctrl stop firewalld.service
     host# vim /etc/exports
     host# /home/osimg/live_mig backup-host-ip(rw,sync,no_root_squash)
+    host# service rpcbind restart
+    host# service nfs-server restart
 
 3. Mount host nfs folder on backup host::
 
-- 
2.34.1



More information about the dts mailing list