Skip to content

Conversation

@andyzhangx
Copy link
Contributor

@andyzhangx andyzhangx commented Oct 17, 2025

What type of PR is this?
/kind feature

What this PR does / why we need it:
feat: install aznfs package on AzureLinux 3.0

Per aznfs-mount team's recommendation, we still need to download a rpm package from PMC site, and then use dnf to install aznfs package on Azure Linux 3.0, below are the working command lines:

curl -sSL -O https://packages.microsoft.com/config/rhel/9/packages-microsoft-prod.rpm
dnf install packages-microsoft-prod.rpm -y
env AZNFS_NONINTERACTIVE_INSTALL=1 dnf install aznfs -y

Which issue(s) this PR fixes:

Fixes #

Requirements:

  • uses conventional commit messages
  • includes documentation
  • adds unit tests
  • tested upgrade from previous version
  • commits are GPG signed and Github marks them as verified

Special notes for your reviewer:

Release note:

none

fi

readonly aznfs_rpm_file="/tmp/packages-microsoft-prod.rpm"
local aznfs_pkg_url="https://packages.microsoft.com/config/rhel/9/packages-microsoft-prod.rpm"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are we still waiting on renovate to support azlinux/PMC deps? @Devinwong

fix

chore: update testdata

chore: update testdata change

fix: dnf update

chore: update test data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants