Skip to content

/boot partition disk usage too high #2406

Answered by etungsten
dragonraid asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @dragonraid, the boot fs size did change between v1.8.0 and v1.9.0.

bash-5.1# df -h /boot/
Filesystem      Size  Used Avail Use% Mounted on
/dev/nvme0n1p3   27M   18M  6.9M  72% /boot
bash-5.1# apiclient get /os
{
  "arch": "x86_64",
  "build_id": "a6233c22",
  "pretty_name": "Bottlerocket OS 1.8.0 (aws-k8s-1.22)",
  "variant_id": "aws-k8s-1.22",
  "version_id": "1.8.0"
}
bash-5.1# df -h /boot/
Filesystem      Size  Used Avail Use% Mounted on
/dev/nvme0n1p3   14M   13M  539K  96% /boot
bash-5.1# apiclient get os
{
  "os": {
    "arch": "x86_64",
    "build_id": "b8074d44",
    "pretty_name": "Bottlerocket OS 1.9.2 (aws-k8s-1.22)",
    "variant_id": "aws-k8s-1.22",
    "version_id": "1…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dragonraid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants