You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instance creation allows the bootscript-id= parameter to have it boot using a bootscript. Despite the information being recorded as part of the instance's metadata, the bootscript seems to be ignored.
How to reproduce:
Create an instance with bootscript-id= pointing to a bootscript of the right zone
Wait for the instance to boot
Connect using SSH
Compare the running kernel version to the bootscript kernel version
Inspect the instance's boot type
Command attempted
$ scw instance server create image=ubuntu_focal bootscript-id=7af80bed-c7b5-4fdc-8973-9013712895bb
$ scw instance server wait <ID>
$ scw instance server ssh <ID> command='uname -r'
$ scw instance server get <ID> | grep boot-type
boot-type local
Expected Behavior
The guest's kernel version should match the bootscript's.
The instance's boot type should be bootscript.
Actual Behavior
The instance's boot type is local.
Hence the running kernel is the one from the installed system.
Version
version 2.0.0-beta.4
build-date 2020-06-08T03:33:48PM
go-version go1.14.3
git-branch new-release
git-commit 620ac25
go-arch amd64
go-os linux
The text was updated successfully, but these errors were encountered:
Description:
Instance creation allows the
bootscript-id=
parameter to have it boot using a bootscript. Despite the information being recorded as part of the instance's metadata, the bootscript seems to be ignored.How to reproduce:
bootscript-id=
pointing to a bootscript of the right zoneCommand attempted
Expected Behavior
The guest's kernel version should match the bootscript's.
The instance's boot type should be bootscript.
Actual Behavior
The instance's boot type is local.
Hence the running kernel is the one from the installed system.
Version
version 2.0.0-beta.4
build-date 2020-06-08T03:33:48PM
go-version go1.14.3
git-branch new-release
git-commit 620ac25
go-arch amd64
go-os linux
The text was updated successfully, but these errors were encountered: