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