Last change
on this file since 105145 was 99797, checked in by vboxsync, 21 months ago |
Docs: bugref:10302. Merging changes from the docs team. Almost exclusively conkeyref related stuff.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id Revision
|
File size:
1.1 KB
|
Line | |
---|
1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="vboxexpertstoragemgmt">
|
---|
4 | <title><ph conkeyref="vbox-conkeyref-phrases/product-name"/> Expert Storage Management</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>
|
---|
8 | In case the snapshot model of <ph conkeyref="vbox-conkeyref-phrases/product-name"/> is not sufficient it
|
---|
9 | is possible to enable a special mode which makes it possible to
|
---|
10 | reconfigure storage attachments while the VM is paused. The user
|
---|
11 | has to make sure that the disk data stays consistent to the guest
|
---|
12 | because unlike with hotplugging the guest is not informed about
|
---|
13 | detached or newly attached media.
|
---|
14 | </p>
|
---|
15 | <p>
|
---|
16 | The expert storage management mode can be enabled per VM
|
---|
17 | executing:
|
---|
18 | </p>
|
---|
19 | <pre xml:space="preserve">$ VBoxManage setextradata <varname>VM-name</varname> "VBoxInternal2/SilentReconfigureWhilePaused" 1</pre>
|
---|
20 | <p>
|
---|
21 | You can reconfigure storage attachments later while the VM is
|
---|
22 | paused by using the <userinput>VBoxManage storageattach</userinput>
|
---|
23 | command.
|
---|
24 | </p>
|
---|
25 | </body>
|
---|
26 |
|
---|
27 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.