Skip to content

DLPX-94968 [Backport of DLPX-94858] Delphix Engine NFS Server stops responding under heavy I/O #68 #363

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

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions default-package-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,14 @@ function kernel_build() {
# Canonical's releases and our releases.
#
local canonical_abinum delphix_abinum kernel_release kernel_version

canonical_abinum=$(fakeroot debian/rules printenv | grep -E '^abinum ' | cut -d= -f2 | tr -d '[:space:]')
delphix_abinum="${canonical_abinum}-$(date -u +"dx%Y%m%d%H")-$(git rev-parse --short HEAD)"

kernel_release=$(fakeroot debian/rules printenv | grep -E '^release ' | cut -d= -f2 | tr -d '[:space:]')
if [[ -z "$kernel_release" ]]; then
kernel_release=$(fakeroot debian/rules printenv | grep -E '^DEB_VERSION_UPSTREAM ' | cut -d= -f2 | tr -d '[:space:]')
fi

#
# We record the kernel version into a file. This field is consumed
Expand Down
Loading