Skip to content

Commit

Permalink
lxd/metadata: Add security.shared config key
Browse files Browse the repository at this point in the history
Signed-off-by: hamistao <[email protected]>
  • Loading branch information
hamistao committed Mar 20, 2024
1 parent 0345440 commit 0488bfa
Showing 1 changed file with 64 additions and 1 deletion.
65 changes: 64 additions & 1 deletion lxd/metadata/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -4890,6 +4890,15 @@
},
"volume-conf": {
"keys": [
{
"security.shared": {
"condition": "custom block volume",
"defaultdesc": "same as `volume.security.shared` or`false`",
"longdesc": "Enabling this allows sharing the volume across multiple instances despite of data loss.",
"shortdesc": "Enable volume sharing",
"type": "bool"
}
},
{
"security.shifted": {
"condition": "custom volume",
Expand Down Expand Up @@ -5058,6 +5067,15 @@
"type": "string"
}
},
{
"security.shared": {
"condition": "custom block volume",
"defaultdesc": "same as `volume.security.shared` or`false`",
"longdesc": "Enabling this allows sharing the volume across multiple instances despite of data loss.",
"shortdesc": "Enable volume sharing",
"type": "bool"
}
},
{
"security.shifted": {
"condition": "custom volume",
Expand Down Expand Up @@ -5206,6 +5224,15 @@
},
"volume-conf": {
"keys": [
{
"security.shared": {
"condition": "custom block volume",
"defaultdesc": "same as `volume.security.shared` or`false`",
"longdesc": "Enabling this allows sharing the volume across multiple instances despite of data loss.",
"shortdesc": "Enable volume sharing",
"type": "bool"
}
},
{
"security.shifted": {
"condition": "custom volume",
Expand Down Expand Up @@ -5362,6 +5389,15 @@
},
"volume-conf": {
"keys": [
{
"security.shared": {
"condition": "custom block volume",
"defaultdesc": "same as `volume.security.shared` or`false`",
"longdesc": "Enabling this allows sharing the volume across multiple instances despite of data loss.",
"shortdesc": "Enable volume sharing",
"type": "bool"
}
},
{
"security.shifted": {
"condition": "custom volume",
Expand Down Expand Up @@ -5560,6 +5596,15 @@
"type": "string"
}
},
{
"security.shared": {
"condition": "custom block volume",
"defaultdesc": "same as `volume.security.shared` or`false`",
"longdesc": "Enabling this allows sharing the volume across multiple instances despite of data loss.",
"shortdesc": "Enable volume sharing",
"type": "bool"
}
},
{
"security.shifted": {
"condition": "custom volume",
Expand Down Expand Up @@ -5750,6 +5795,15 @@
"type": "string"
}
},
{
"security.shared": {
"condition": "custom block volume",
"defaultdesc": "same as `volume.security.shared` or`false`",
"longdesc": "Enabling this allows sharing the volume across multiple instances despite of data loss.",
"shortdesc": "Enable volume sharing",
"type": "bool"
}
},
{
"security.shifted": {
"condition": "custom volume",
Expand Down Expand Up @@ -5899,6 +5953,15 @@
"type": "string"
}
},
{
"security.shared": {
"condition": "custom block volume",
"defaultdesc": "same as `volume.security.shared` or`false`",
"longdesc": "Enabling this allows sharing the volume across multiple instances despite of data loss.",
"shortdesc": "Enable volume sharing",
"type": "bool"
}
},
{
"security.shifted": {
"condition": "custom volume",
Expand Down Expand Up @@ -6014,4 +6077,4 @@
}
}
}
}
}

0 comments on commit 0488bfa

Please sign in to comment.