summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToma Bilius <toma.bilius@enea.com>2021-08-02 12:07:52 +0300
committerToma Bilius <toma.bilius@enea.com>2021-08-02 14:40:29 +0300
commit20d800859c2e1643f31388d5529d8776b00e7dd0 (patch)
tree7bd2272c5cb6991036b13163557a7fbcffef1706
parentc234fdb31b31a5b81a8bae546a9a051a7ece4f9b (diff)
downloadnfv-access-documentation-20d800859c2e1643f31388d5529d8776b00e7dd0.tar.gz
ELCCR-1897 VNF state is not preserved when restoring NFVi snapshots.
Change-Id: Ica58612acde1415baa4fd2d359c93aab33feb8da Signed-off-by: Toma Bilius <toma.bilius@enea.com>
-rw-r--r--doc/book-enea-edge-getting-started/doc/advanced_configurations.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/book-enea-edge-getting-started/doc/advanced_configurations.xml b/doc/book-enea-edge-getting-started/doc/advanced_configurations.xml
index ff77f03..997663b 100644
--- a/doc/book-enea-edge-getting-started/doc/advanced_configurations.xml
+++ b/doc/book-enea-edge-getting-started/doc/advanced_configurations.xml
@@ -514,8 +514,8 @@ node0.1048576kB = 3 </programlisting>
514 Archive Table</emphasis> and the <emphasis 514 Archive Table</emphasis> and the <emphasis
515 role="bold">BackupArchiveCreated</emphasis> event can be seen by 515 role="bold">BackupArchiveCreated</emphasis> event can be seen by
516 acessing the <emphasis role="bold">Fault</emphasis> menu and triggering 516 acessing the <emphasis role="bold">Fault</emphasis> menu and triggering
517 the <emphasis role="bold">Events</emphasis> window. The backup 517 the <emphasis role="bold">Events</emphasis> window. The backup file will
518 file will be created on the uCPE device.</para> 518 be created on the uCPE device.</para>
519 </section> 519 </section>
520 520
521 <section id="restore_nfvi_backup"> 521 <section id="restore_nfvi_backup">
@@ -558,6 +558,11 @@ node0.1048576kB = 3 </programlisting>
558 <filename>once-after-startup</filename> will be re-executed as part of 558 <filename>once-after-startup</filename> will be re-executed as part of
559 the NFVi restore process.</para> 559 the NFVi restore process.</para>
560 </note> 560 </note>
561
562 <para>When restoring an NFVi backup all VNF instances will be removed.
563 Instances that were present at the moment the backup was taken will be
564 restored to their initial state, as if newly created. All snapshots
565 associated with previously instantiated VNFs will be deleted.</para>
561 </section> 566 </section>
562 567
563 <section id="delete_nfvi_backup"> 568 <section id="delete_nfvi_backup">