Skip to content

Comments

Add files into azure marketplace image to make chronyd.service require /dev/ptp_hyperv before starting#6234

Merged
ddstreetmicrosoft merged 2 commits intomainfrom
ddstreet/6233
Oct 5, 2023
Merged

Add files into azure marketplace image to make chronyd.service require /dev/ptp_hyperv before starting#6234
ddstreetmicrosoft merged 2 commits intomainfrom
ddstreet/6233

Conversation

@ddstreetmicrosoft
Copy link
Contributor

@ddstreetmicrosoft ddstreetmicrosoft commented Sep 19, 2023

Merge Checklist

All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)

  • The toolchain has been rebuilt successfully (or no changes were made to it)
  • The toolchain/worker package manifests are up-to-date
  • Any updated packages successfully build (or no packages were changed)
  • Packages depending on static components modified in this PR (Golang, *-static subpackages, etc.) have had their Release tag incremented.
  • Package tests (%check section) have been verified with RUN_CHECK=y for existing SPEC files, or added to new SPEC files
  • All package sources are available
  • cgmanifest files are up-to-date and sorted (./cgmanifest.json, ./toolkit/scripts/toolchain/cgmanifest.json, .github/workflows/cgmanifest.json)
  • LICENSE-MAP files are up-to-date (./SPECS/LICENSES-AND-NOTICES/data/licenses.json, ./SPECS/LICENSES-AND-NOTICES/LICENSES-MAP.md, ./SPECS/LICENSES-AND-NOTICES/LICENSE-EXCEPTIONS.PHOTON)
  • All source files have up-to-date hashes in the *.signatures.json files
  • sudo make go-tidy-all and sudo make go-test-coverage pass
  • Documentation has been updated to match any changes to the build system
  • Ready to merge

Summary

What does the PR accomplish, why was it needed?
adds files for the image builder to install into azure marketplace images to fix #6233

Change Log

adds files for the image builder to install into azure marketplace images to fix #6233

  • Change
  • Change
  • Change
Does this affect the toolchain?

YES

Associated issues
Test Methodology

@ddstreetmicrosoft ddstreetmicrosoft requested review from a team as code owners September 19, 2023 20:03
@ddstreetmicrosoft ddstreetmicrosoft changed the title Ddstreet/6233 Add files into azure marketplace image to make chronyd.service require /dev/ptp_hyperv before starting Sep 19, 2023
@ddstreetmicrosoft ddstreetmicrosoft changed the base branch from 2.0 to main September 19, 2023 20:04
@microsoft-github-policy-service microsoft-github-policy-service bot added the main PR Destined for main label Sep 19, 2023
…where it's configured to require /dev/ptp_hyperv

Fixes: #6233
@ddstreetmicrosoft ddstreetmicrosoft merged commit 0a30801 into main Oct 5, 2023
@ddstreetmicrosoft ddstreetmicrosoft deleted the ddstreet/6233 branch October 5, 2023 21:32
jepio added a commit to flatcar/init that referenced this pull request Mar 25, 2024
This allows services (such as chrony) to have a dependency on
/dev/ptp_hyperv being present.

Inspired by: microsoft/azurelinux#6234.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
jepio added a commit to flatcar/scripts that referenced this pull request Mar 25, 2024
…p_hyperv

Inspired by microsoft/azurelinux#6234, requires
a udev rule to be shipped with the OS, since udev rules in sysexts don't
quite work.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
jepio added a commit to flatcar/scripts that referenced this pull request Mar 25, 2024
…p_hyperv

Inspired by microsoft/azurelinux#6234, requires
a udev rule to be shipped with the OS, since udev rules in sysexts don't
quite work.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

main PR Destined for main security

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chronyd.conf in azure images uses PTP device which may not be present (yet)

3 participants