File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -2770,6 +2770,18 @@ It is globally unique across all servers and projects.
2770
2770
2771
2771
```
2772
2772
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
+
2773
2785
```{config:option} volatile.vsock_id instance-volatile
2774
2786
:shortdesc: "Instance `vsock ID` used as of last start"
2775
2787
:type: "string"
Original file line number Diff line number Diff line change 3110
3110
"type" : " string"
3111
3111
}
3112
3112
},
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
+ },
3113
3127
{
3114
3128
"volatile.vsock_id" : {
3115
3129
"longdesc" : " " ,
You can’t perform that action at this time.
0 commit comments