-
Notifications
You must be signed in to change notification settings - Fork 0
WIP: GCP image #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
cdrappi
wants to merge
61
commits into
seismic
Choose a base branch
from
gcp
base: seismic
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
WIP: GCP image #10
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The google_nvme_id udev script requires /usr/sbin/nvme (from nvme-cli)
to identify GCP persistent disks and create the proper symlinks at
/dev/disk/by-id/google-{deviceName}.
Without this, tdx-init cannot find the persistent disk and hangs.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
The bob-common image was missing /etc/bob/firewall-config, which caused init-firewall.sh to fail and block all ports including SSH port 22. This adds a basic firewall config that: - Always allows SSH on port 22 (ALWAYS_IN) - Allows port 8080 in maintenance mode (for tdx-init) - Allows essential outbound connections (HTTP, HTTPS, DNS, NTP) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
…oud repos via apt 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
- Replace deprecated google-compute-engine with google-guest-agent - Replace google-compute-engine-guest-configs-udev with google-compute-engine-oslogin - Comment out custom Google repos (packages are in standard Debian repos) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
- ESP image: 500MB -> 1GB - Total disk: 1GB -> 2GB - Adjust partition end sector accordingly 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
- Enable ACPI subsystems required by GCP - Add VirtIO drivers for optimal GCP performance - Ensures compliance with GCP boot requirements 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
- Add CBC, ECB, ESSIV, SHA1, SHA512, HMAC, MD5, PBKDF2 - Add BLAKE2B/S for LUKS2 support - Add DM_INTEGRITY for device mapper - Add crypto user-space API support - Add qemu-img validation in postoutput Fixes hang when cryptsetup probes devices 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
- Set iommu=pt for passthrough mode (no translation overhead) - Increase swiotlb to 256MB for DMA bounce buffering - Disable IOMMU_DEFAULT_ON to avoid forced strict mode - Disable scalable mode for TDX compatibility This fixes direct I/O hangs on NVMe devices in TDX environments 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
- Explicitly enable PCI_MSI and related PCI configs - Add VirtIO multiqueue block layer support (BLK_MQ_VIRTIO) - Enable SCSI multiqueue by default - Add VirtIO legacy support for compatibility Required for VIRTIO_SCSI_MULTIQUEUE GCP feature tag 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.