Skip to content

Commit 89fbdec

Browse files
nanjjstgraber
authored andcommitted
doc: Update config
Signed-off-by: JUN JIE NAN <[email protected]>
1 parent f880de8 commit 89fbdec

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

doc/config_options.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2770,6 +2770,18 @@ It is globally unique across all servers and projects.
27702770

27712771
```
27722772

2773+
```{config:option} volatile.vm.rtc_adjustment instance-volatile
2774+
:shortdesc: "Real Time Clock change adjustment"
2775+
:type: "int64"
2776+
Real Time Clock adjustment time to allow virtual machines to run on a different base than the host.
2777+
```
2778+
2779+
```{config:option} volatile.vm.rtc_offset instance-volatile
2780+
:shortdesc: "Real Time Clock change offset"
2781+
:type: "int64"
2782+
Real Time Clock offset to allow virtual machines to run on a different base than the host.
2783+
```
2784+
27732785
```{config:option} volatile.vsock_id instance-volatile
27742786
:shortdesc: "Instance `vsock ID` used as of last start"
27752787
:type: "string"

internal/server/metadata/configuration.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3110,6 +3110,20 @@
31103110
"type": "string"
31113111
}
31123112
},
3113+
{
3114+
"volatile.vm.rtc_adjustment": {
3115+
"longdesc": "Real Time Clock adjustment time to allow virtual machines to run on a different base than the host.",
3116+
"shortdesc": "Real Time Clock change adjustment",
3117+
"type": "int64"
3118+
}
3119+
},
3120+
{
3121+
"volatile.vm.rtc_offset": {
3122+
"longdesc": "Real Time Clock offset to allow virtual machines to run on a different base than the host.",
3123+
"shortdesc": "Real Time Clock change offset",
3124+
"type": "int64"
3125+
}
3126+
},
31133127
{
31143128
"volatile.vsock_id": {
31153129
"longdesc": "",

0 commit comments

Comments
 (0)