Skip to content

Commit 1e53015

Browse files
authored
Remove libnfsidmap from jammy. Was replaced by new nfs-utils (#220)
* Remove libnfsidmap from jammy. Was replaced by new nfs-utils [#183164410] https://bugs.launchpad.net/ubuntu/+source/libnfsidmap/+bug/1961201 * Update nfs-common to latest version (2.6.1-1) [#183164410] * Upload blob into release blobstore [#183164410] * Add latest version of libnfsidmap1 package (2.6.1-1) [#183164410] * Upload libnfsidmap1 blob into release blobstore [#183164410] * Add latest version of libevent-core-2.1-7 package (2.1.12-stable-1build3) [#183164410] * Upload libevent-core-2.1-7 blob into release blobstore [#183164410] * Remove libevent from jammy. New nfs-commons require libevent-core instead. [#183164410] * Force CI rerun with this empty commit [#183164410] * Ensure nfsd has udp enabled by default [#183164410] Without this change nfs V2 and V3 protocol don't work * Create /etc/nfs.conf.d/ path if it doesn't exist [#183164410] * Revert "Ensure nfsd has udp enabled by default" [#183164410] Also reverts "Create /etc/nfs.conf.d/ path if it doesn't exist" This reverts commit 4e5c231 This reverts commit 75dc60a.
1 parent c0a9c82 commit 1e53015

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

config/blobs.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ nfs-debs/jammy/keyutils_1.6.1-2ubuntu3_amd64.deb:
2626
size: 50410
2727
object_id: 6a525e94-1a19-4da7-5b9c-8f90509b6681
2828
sha: sha256:39da334791f57894fa13f680470e048383074b6c02aeb58e206033c5a3d0e925
29-
nfs-debs/jammy/libevent-2.1-7_2.1.12-stable-1build3_amd64.deb:
30-
size: 148238
31-
object_id: 2dea972e-5825-485d-5287-67d20fe2d7cb
32-
sha: sha256:e13aac87e4143293cf1d3cb82a2458fbeacc234d0db0667fd5567bdcd6da15fe
33-
nfs-debs/jammy/libnfsidmap2_0.25-6build1_amd64.deb:
34-
size: 27896
35-
object_id: 941ca15d-7c40-4533-67a2-a23af0978300
36-
sha: sha256:a6d3c6b8db27c51d9aabcba372c626726648c6b60d7b94aa962a4465ec23ae5a
37-
nfs-debs/jammy/nfs-common_1.3.4-6ubuntu1_amd64.deb:
38-
size: 219244
39-
object_id: f767427a-61b5-4686-5352-d8c91acceba3
40-
sha: sha256:291ebf25f5c811f51382f3d2dca4972a71ceedfd19ad72c56db716e7669a0598
29+
nfs-debs/jammy/libevent-core-2.1-7_2.1.12-stable-1build3_amd64.deb:
30+
size: 93926
31+
object_id: 527fcc8c-dce7-45fd-5b05-f10809895b7b
32+
sha: sha256:9317ae74915b9e4372f7506fbd16ae2a021e0ead79a8d88f96dad49b87d94508
33+
nfs-debs/jammy/libnfsidmap1_2.6.1-1ubuntu1_amd64.deb:
34+
size: 43534
35+
object_id: 9309d5de-0de0-467b-7551-e16d6a0a7a04
36+
sha: sha256:3d2e81faa64aafc72d78932dc563445129c0319dc462f9af84d4724bc5836b44
37+
nfs-debs/jammy/nfs-common_2.6.1-1ubuntu1_amd64.deb:
38+
size: 240754
39+
object_id: 5bc205fc-d018-4511-6815-3d2b037cedd2
40+
sha: sha256:cb77f5befccc10d7dbd72cc609df378eacae2c75fd89ff4a1efaa8e5b8ca4a7e
4141
nfs-debs/jammy/rpcbind_1.2.6-2build1_amd64.deb:
4242
size: 46608
4343
object_id: 6b175861-ab18-4247-6e08-7c69c25f0efe

jobs/nfsv3driver/templates/install.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@ function main() {
102102
(
103103
flock -x 200
104104
install_if_missing keyutils /var/vcap/packages/nfs-debs/$codename/keyutils_1.6.1-2ubuntu3_amd64.deb
105-
install_if_missing libevent-2.1-6 /var/vcap/packages/nfs-debs/$codename/libevent-2.1-7_2.1.12-stable-1build3_amd64.deb
106-
install_if_missing libnfsidmap2 /var/vcap/packages/nfs-debs/$codename/libnfsidmap2_0.25-6build1_amd64.deb
105+
install_if_missing libevent-core-2.1-7 /var/vcap/packages/nfs-debs/$codename/libevent-core-2.1-7_2.1.12-stable-1build3_amd64.deb
106+
install_if_missing libnfsidmap1 /var/vcap/packages/nfs-debs/$codename/libnfsidmap1_2.6.1-1ubuntu1_amd64.deb
107107
configure_if_present libk5crypto3
108108
configure_if_present libkrb5-3
109109
configure_if_present libgssapi-krb5-2
110110
configure_if_present libtirpc1
111111
install_or_upgrade rpcbind /var/vcap/packages/nfs-debs/$codename/rpcbind_1.2.6-2build1_amd64.deb
112-
install_or_upgrade nfs-common /var/vcap/packages/nfs-debs/$codename/nfs-common_1.3.4-6ubuntu1_amd64.deb
112+
install_or_upgrade nfs-common /var/vcap/packages/nfs-debs/$codename/nfs-common_2.6.1-1ubuntu1_amd64.deb
113113
) 200>/var/vcap/data/dpkg.lock
114114
;;
115115
"bionic")

0 commit comments

Comments
 (0)