Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package google-guest-configs for
openSUSE:Factory checked in at 2022-02-15 23:57:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-guest-configs (Old)
and /work/SRC/openSUSE:Factory/.google-guest-configs.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "google-guest-configs"
Tue Feb 15 23:57:23 2022 rev:11 rq:954678 version:20220211.00
Changes:
--------
---
/work/SRC/openSUSE:Factory/google-guest-configs/google-guest-configs.changes
2021-12-17 23:55:01.107554831 +0100
+++
/work/SRC/openSUSE:Factory/.google-guest-configs.new.1956/google-guest-configs.changes
2022-02-15 23:57:47.936298445 +0100
@@ -1,0 +2,6 @@
+Mon Feb 14 12:17:57 UTC 2022 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to version 20220211.00 (bsc#1195437, bsc#1195438)
+ * Set NVMe-PD IO timeout to 4294967295. (#32)
+
+-------------------------------------------------------------------
Old:
----
google-guest-configs-20211116.00.tar.gz
New:
----
google-guest-configs-20220211.00.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ google-guest-configs.spec ++++++
--- /var/tmp/diff_new_pack.KMyJ9F/_old 2022-02-15 23:57:48.548300135 +0100
+++ /var/tmp/diff_new_pack.KMyJ9F/_new 2022-02-15 23:57:48.552300146 +0100
@@ -1,7 +1,7 @@
#
# spec file for package google-guest-configs
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
%define _udevdir %(pkg-config --variable udev_dir udev)
%endif
Name: google-guest-configs
-Version: 20211116.00
+Version: 20220211.00
Release: 0
Summary: Google Cloud Guest Configs
License: Apache-2.0
++++++ google-guest-configs-20211116.00.tar.gz ->
google-guest-configs-20220211.00.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/guest-configs-20211116.00/src/lib/udev/rules.d/65-gce-disk-naming.rules
new/guest-configs-20220211.00/src/lib/udev/rules.d/65-gce-disk-naming.rules
--- old/guest-configs-20211116.00/src/lib/udev/rules.d/65-gce-disk-naming.rules
2021-10-28 19:14:26.000000000 +0200
+++ new/guest-configs-20220211.00/src/lib/udev/rules.d/65-gce-disk-naming.rules
2022-02-11 02:32:40.000000000 +0100
@@ -24,6 +24,9 @@
KERNEL=="nvme*n*", ATTRS{model}=="nvme_card", PROGRAM="/bin/sh -c
'nsid=$$(echo %k|sed -re s/nvme[0-9]+n\([0-9]+\).\*/\\1/); echo $$((nsid-1))'",
ENV{ID_SERIAL_SHORT}="local-nvme-ssd-%c"
KERNEL=="nvme*", ATTRS{model}=="nvme_card",
ENV{ID_SERIAL}="Google_EphemeralDisk_$env{ID_SERIAL_SHORT}"
+# NVME Persistent Disk IO Timeout
+KERNEL=="nvme*n*", ENV{DEVTYPE}=="disk", ATTRS{model}=="nvme_card-pd",
ATTR{queue/io_timeout}="4294967295"
+
# NVME Persistent Disk Naming
KERNEL=="nvme*n*", ATTRS{model}=="nvme_card-pd",
IMPORT{program}="google_nvme_id -d $tempnode"