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

Message ID 20230522084052.907840-1-weix.ling@intel.com (mailing list archive)
State Accepted
Headers
Series [V1] test_plans/vhost_user_live_migration: add restart NFS service step |

Checks

Context Check Description
ci/Intel-dts-format-test success Testing OK
ci/Intel-dts-pylama-test success Testing OK
ci/Intel-dts-doc-test success Testing OK
ci/Intel-dts-suite-test warning SKIPPED

Commit Message

Ling, WeiX May 22, 2023, 8:40 a.m. UTC
  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@intel.com>
---
 test_plans/vhost_user_live_migration_test_plan.rst | 2 ++
 1 file changed, 2 insertions(+)
  

Comments

Tu, Lijuan May 25, 2023, 2:47 a.m. UTC | #1
On Mon, 22 May 2023 16:40:52 +0800, Wei Ling <weix.ling@intel.com> wrote:
> 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@intel.com>


Applied, thanks
  

Patch

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::