[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#461839: marked as done (redhat-cluster: [debconf_rewrite] Debconf templates and debian/control review)



Your message dated Sat, 01 Mar 2008 00:32:04 +0000
with message-id <E1JVFe0-0008RP-QU@ries.debian.org>
and subject line Bug#461839: fixed in redhat-cluster 2.20080229-1
has caused the Debian Bug report #461839,
regarding redhat-cluster: [debconf_rewrite] Debconf templates and debian/control review
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
461839: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=461839
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: redhat-cluster
Version: N/A
Severity: normal
Tags: patch

Dear Debian maintainer,

On Thursday, January 03, 2008, I notified you of the beginning of a review process
concerning debconf templates for redhat-cluster.

The debian-l10n-english contributors have now reviewed these templates,
and the proposed changes are attached to this bug report.

Please review the suggested changes are suggested, and if you have any
objections, let me know in the next 3 days.

Please try to avoid uploading redhat-cluster with these changes right now.

The second phase of this process will begin on Thursday, January 24, 2008, when I will
coordinate updates to translations of debconf templates.

The existing translators will be notified of the changes: they will
receive an updated PO file for their language.

Simultaneously, a general call for new translations will be sent to
the debian-i18n mailing list.

Both these calls for translations will request updates to be sent as
individual bug reports. That will probably trigger a lot of bug
reports against your package, but these should be easier to deal with.

The call for translation updates and new translations will run until
about Thursday, February 14, 2008. Please avoid uploading a package with fixed or changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.

Please note that this is an approximative delay, which depends on my
own availability to process this work and is influenced by the fact
that I simultaneously work on many packages.

Around Friday, February 15, 2008, I will contact you again and will send a final patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).

Again, thanks for your attention and cooperation.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.23-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- redhat-cluster.old/debian/cman.templates	2007-12-29 08:26:58.922223775 +0100
+++ redhat-cluster/debian/cman.templates	2008-01-21 07:43:27.908401932 +0100
@@ -1,14 +1,20 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-english@lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: cman/upgrade-warning
 Type: boolean
 Default: false
-_Description: Do you want to abort now?
+_Description: Abort the potentially disruptive upgrade of Red Hat Cluster Suite?
  The new version 2.0 of the Red Hat Cluster Suite is not compatible with 
  the currently installed one. Upgrading these packages without stopping 
- the complete cluster can cause filesystem corruption on shared storage 
+ the complete cluster can cause file system corruption on shared storage 
  devices.
  .
  For instructions on how to safely upgrade the Red Hat Cluster Suite to
- version 2.0, please refer to the following document:
- .
- http://wiki.debian.org/UpgradeRHCSV1toV2
- .
+ version 2.0, please refer to 'http://wiki.debian.org/UpgradeRHCSV1toV2'.
--- redhat-cluster.old/debian/control	2007-12-29 08:26:58.922223775 +0100
+++ redhat-cluster/debian/control	2008-01-18 21:00:55.856402968 +0100
@@ -1,4 +1,4 @@
-Source: redhat-cluster
+sSource: redhat-cluster
 Section: admin
 Priority: optional
 Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
@@ -12,7 +12,11 @@
 Priority: optional
 Architecture: all
 Depends: cman, gfs-tools, gfs2-tools, rgmanager, clvm
-Description: Red Hat cluster suite (meta package)
+Description: Red Hat cluster suite - meta package
+ RHCS is a cluster management infrastructure, for building
+ high-availability multi-node clusters with service and IP failover on
+ top of shared Fibre Channel/iSCSI storage devices.
+ .
  The only scope for this package is to install the full Red Hat Cluster Suite
  in one shot. It is safe to remove it.
 
@@ -23,54 +27,74 @@
 Depends: ${shlibs:Depends}, python, openais (>= 0.82-2)
 Conflicts: magma, libmagma1, libmagma-dev, ccs, fence, libiddev-dev, fence-gnbd, gulm, libgulm1, libgulm-dev, magma-plugins
 Replaces: ccs, fence, fence-gnbd
-Description: cluster manager
- CMAN is a symmetric general-purpose cluster manager. It consists of
- a connection manager that handles cluster membership management,
- messaging among the cluster nodes, event notification, quorum and
- state transitions. Another part of CMAN is a service manager that
- handles service groups.
+Description: Red Hat cluster suite - cluster manager
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
+ CMAN is a symmetric general-purpose cluster manager. It provides a
+ service manager that handles service groups, plus a connection
+ manager that handles cluster membership management, messaging among
+ the cluster nodes, event notification, quorum and state transitions.
  .
- This package contains only userspace tools for controlling the actual
- cluster manager.
+ This package provides only userspace tools for controlling the
+ cluster manager itself.
 
 Package: libcman2
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
-Description: cluster manager - libraries
- cman provides a general purpose, openais based, cluster manager.
+Description: Red Hat cluster suite - cluster manager libraries
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
+ CMAN is a symmetric general-purpose cluster manager. It provides a
+ service manager that handles service groups, plus a connection
+ manager that handles cluster membership management, messaging among
+ the cluster nodes, event notification, quorum and state transitions.
  .
- This package contains the client libraries.
+ This package provides the client libraries.
 
 Package: libcman-dev
 Section: libdevel
 Architecture: any
 Depends: libcman2 (= ${binary:Version})
-Description: cluster manager - development files
- cman provides a general purpose, openais based, cluster manager.
+Description: Red Hat cluster suite - cluster manager development files
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
+ CMAN is a symmetric general-purpose cluster manager. It provides a
+ service manager that handles service groups, plus a connection
+ manager that handles cluster membership management, messaging among
+ the cluster nodes, event notification, quorum and state transitions.
  .
- This package contains the files needed for developing applications.
+ This package provides the files needed for developing applications.
 
 Package: libdlm2
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
-Description: distributed lock manager - library
+Description: Red Hat cluster suite - distributed lock manager library
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
  DLM is a symmetric general-purpose distributed lock manager. It is
  used for example by GFS and the distributed volume manager.
  .
- This is the client library for applications using the lock manager.
- The lock manager itself is a kernel module.
+ This package provides a client library for applications using the
+ lock manager. The lock manager itself is a kernel module.
 
 Package: libdlm-dev
 Section: libdevel
 Architecture: any
 Depends: libdlm2 (= ${binary:Version})
-Description: distributed lock manager - development files
+Description: Red Hat cluster suite - distributed lock manager development files
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
  DLM is a symmetric general-purpose distributed lock manager. It is
  used for example by GFS and the distributed volume manager.
  .
- This package contains the files needed for developing applications
+ This package provides the files needed for developing applications
  that use the lock manager.
 
 Package: gfs-tools
@@ -78,63 +102,79 @@
 Depends: ${shlibs:Depends}, psmisc, gfs2-tools
 Recommends: redhat-cluster-modules
 Section: admin
-Description: global file system tools 
+Description: Red Hat cluster suite - global file system tools 
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
  The Global File System allows a cluster of machines to concurrently access
  shared storage hardware like SANs or iSCSI and network block devices. GFS
- can be deployed to build high available services without the single point
- of failure a file server would be.
+ can be deployed to build high-availability services without the single point
+ of failure of a file server.
  .
- This package contains userspace tools for creating and managing global
+ This package provides userspace tools for creating and managing global
  file systems. GFS itself is a set of kernel modules.
  .
- Note: the package requires gfs2-tools installed and it's known to work fine
- even if GFS2 is highly experimental and *MUST NOT* be used in production
- enviroment yet.
+ Note: the package requires gfs2-tools installed; this is known to be
+ reliable even though the GFS2 kernel modules themselves are highly
+ experimental and *MUST NOT* be used in a production environment yet.
 
 Package: gfs2-tools
 Architecture: any
 Depends: ${shlibs:Depends}, psmisc
 Section: admin
-Description: global file system 2 tools (EXPERIMENTAL)
- The Global File System 2 allows a cluster of machines to concurrently access
+Description: Red Hat cluster suite - global file system 2 tools
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
+ The Global File System allows a cluster of machines to concurrently access
  shared storage hardware like SANs or iSCSI and network block devices. GFS
- can be deployed to build high available services without the single point
- of failure a file server would be.
+ can be deployed to build high-availability services without the single point
+ of failure of a file server.
  .
- This package contains userspace tools for creating and managing global
- file systems. GFS2 itself is a set of kernel modules.
+ This package provides userspace tools for creating and managing global
+ file systems.
  .
- GFS2 *MUST NOT* be used in production enviroment yet.
+ The GFS2 kernel modules themselves are highly experimental and *MUST NOT*
+ be used in a production environment yet.
 
 Package: gnbd-client
 Section: admin
 Architecture: any
 Depends: ${shlibs:Depends}
 Recommends: fence-gnbd (= ${binary:Version}), redhat-cluster-modules
-Description: global network block device - client tools
- GNBD allows to use block devices over the network. It is a modified
- version of the linux network block device for the use within a cluster
+Description: Red Hat cluster suite - global network block device client tools
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
+ GNBD allows block devices to be used over the network. It is a modified
+ version of the Linux network block device for use within a cluster
  environment.
  .
- This package contains userspace tools for running GNBD clients.
+ This package provides userspace tools for running GNBD clients.
 
 Package: gnbd-server
 Section: admin
 Architecture: any
 Depends: ${shlibs:Depends}
 Recommends: fence-gnbd (= ${binary:Version})
-Description: global network block device - server tools
- GNBD allows to use block devices over the network. It is a modified
- version of the linux network block device for the use within a cluster
+Description: Red Hat cluster suite - global network block device server tools
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
+ GNBD allows block devices to be used over the network. It is a modified
+ version of the Linux network block device for use within a cluster
  environment.
  .
- This package contains userspace tools for running GNBD servers.
+ This package provides userspace tools for running GNBD servers.
 
 Package: rgmanager
 Architecture: any
 Depends: ${shlibs:Depends}, cman (= ${binary:Version}), iproute, iputils-arping, iputils-ping, nfs-kernel-server, nfs-common
 Conflicts: nfs-user-server
-Description: clustered resource group manager
+Description: Red Hat cluster suite - clustered resource group manager
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
  Resource Group Manager provides high availability of critical server
  applications in the event of planned or unplanned system downtime.
 
@@ -142,6 +182,9 @@
 Architecture: all
 Depends: bzip2
 Description: Red Hat cluster suite - kernel modules source
- This package contains the source necessary for compiling the Red Hat
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
+ This package provides the source necessary for compiling the Red Hat
  cluster suite out-of-tree kernel modules gfs and gnbd against the 
- linux tree.
+ Linux kernel source tree.

--- End Message ---
--- Begin Message ---
Source: redhat-cluster
Source-Version: 2.20080229-1

We believe that the bug you reported is fixed in the latest version of
redhat-cluster, which is due to be installed in the Debian FTP archive:

cman_2.20080229-1_amd64.deb
  to pool/main/r/redhat-cluster/cman_2.20080229-1_amd64.deb
gfs-tools_2.20080229-1_amd64.deb
  to pool/main/r/redhat-cluster/gfs-tools_2.20080229-1_amd64.deb
gfs2-tools_2.20080229-1_amd64.deb
  to pool/main/r/redhat-cluster/gfs2-tools_2.20080229-1_amd64.deb
gnbd-client_2.20080229-1_amd64.deb
  to pool/main/r/redhat-cluster/gnbd-client_2.20080229-1_amd64.deb
gnbd-server_2.20080229-1_amd64.deb
  to pool/main/r/redhat-cluster/gnbd-server_2.20080229-1_amd64.deb
libcman-dev_2.20080229-1_amd64.deb
  to pool/main/r/redhat-cluster/libcman-dev_2.20080229-1_amd64.deb
libcman2_2.20080229-1_amd64.deb
  to pool/main/r/redhat-cluster/libcman2_2.20080229-1_amd64.deb
libdlm-dev_2.20080229-1_amd64.deb
  to pool/main/r/redhat-cluster/libdlm-dev_2.20080229-1_amd64.deb
libdlm2_2.20080229-1_amd64.deb
  to pool/main/r/redhat-cluster/libdlm2_2.20080229-1_amd64.deb
redhat-cluster-source_2.20080229-1_all.deb
  to pool/main/r/redhat-cluster/redhat-cluster-source_2.20080229-1_all.deb
redhat-cluster-suite_2.20080229-1_all.deb
  to pool/main/r/redhat-cluster/redhat-cluster-suite_2.20080229-1_all.deb
redhat-cluster_2.20080229-1.diff.gz
  to pool/main/r/redhat-cluster/redhat-cluster_2.20080229-1.diff.gz
redhat-cluster_2.20080229-1.dsc
  to pool/main/r/redhat-cluster/redhat-cluster_2.20080229-1.dsc
redhat-cluster_2.20080229.orig.tar.gz
  to pool/main/r/redhat-cluster/redhat-cluster_2.20080229.orig.tar.gz
rgmanager_2.20080229-1_amd64.deb
  to pool/main/r/redhat-cluster/rgmanager_2.20080229-1_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 461839@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frederik Schüler <fs@debian.org> (supplier of updated redhat-cluster package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 29 Feb 2008 17:33:43 +0100
Source: redhat-cluster
Binary: redhat-cluster-suite cman libcman2 libcman-dev libdlm2 libdlm-dev gfs-tools gfs2-tools gnbd-client gnbd-server rgmanager redhat-cluster-source
Architecture: source amd64 all
Version: 2.20080229-1
Distribution: unstable
Urgency: low
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Changed-By: Frederik Schüler <fs@debian.org>
Description: 
 cman       - Red Hat cluster suite - cluster manager
 gfs-tools  - Red Hat cluster suite - global file system tools
 gfs2-tools - Red Hat cluster suite - global file system 2 tools
 gnbd-client - Red Hat cluster suite - global network block device client tools
 gnbd-server - Red Hat cluster suite - global network block device server tools
 libcman-dev - Red Hat cluster suite - cluster manager development files
 libcman2   - Red Hat cluster suite - cluster manager libraries
 libdlm-dev - Red Hat cluster suite - distributed lock manager development file
 libdlm2    - Red Hat cluster suite - distributed lock manager library
 redhat-cluster-source - Red Hat cluster suite - kernel modules source
 redhat-cluster-suite - Red Hat cluster suite - meta package
 rgmanager  - Red Hat cluster suite - clustered resource group manager
Closes: 461839 462787 462801 462802 462812 462913 462999 463012 463946 464039 464536 464758 464870 465070 465553 465790
Changes: 
 redhat-cluster (2.20080229-1) unstable; urgency=low
 .
   [ Christian Perrier ]
   * Debconf templates and debian/control reviewed by the debian-l10n-
     english team as part of the Smith review project.
     Closes: #461839, #462802
   * [Debconf translation updates]
   * German. Closes: #462787
   * German. Closes: #462801
   * Norwegian Bokmål. Closes: #462812
   * Vietnamese. Closes: #462913
   * Galician. Closes: #462999
   * Portuguese. Closes: #463012
   * Finnish. Closes: #463946
   * Czech. Closes: #464039
   * Dutch. Closes: #464536
   * Russian. Closes: #464758
   * Japanese. Closes: #464870
   * Italian. Closes: #465070
   * French. Closes: #465553
 .
   [ Frederik Schüler ]
   * New upstream snapshot.
     - switch to git, branch STABLE2.
     - fix gfs2_tool gettune. Closes: #465790
Files: 
 3b23db42376dd1bc8d298c8b22e054c1 1172 admin optional redhat-cluster_2.20080229-1.dsc
 17f44c0a82630c1a28f796f0774f43bf 1687543 admin optional redhat-cluster_2.20080229.orig.tar.gz
 fd4264f4747bae9dc43f2177e196c842 20079 admin optional redhat-cluster_2.20080229-1.diff.gz
 86f6a1c4477afe3ad8fedfc0200e71b9 478372 admin optional cman_2.20080229-1_amd64.deb
 d6b8b265e01ea7aab9ba98ce5dc4ad46 12344 libs optional libcman2_2.20080229-1_amd64.deb
 54cb82c2c0e3c8b6e41ba239ae6a8fe6 16330 libdevel optional libcman-dev_2.20080229-1_amd64.deb
 16e5f113c6abc66f528942e04b98642b 16878 libs optional libdlm2_2.20080229-1_amd64.deb
 b88894e84aa161279dc1961918e6d2b8 32690 libdevel optional libdlm-dev_2.20080229-1_amd64.deb
 394d92a46722d828ab9379ceb8a14161 219932 admin optional gfs-tools_2.20080229-1_amd64.deb
 0e2510b5e9e92f56c76223974bc02ae6 307580 admin optional gfs2-tools_2.20080229-1_amd64.deb
 1b0a5160791c17212288d27b41c12687 56050 admin optional gnbd-client_2.20080229-1_amd64.deb
 9f942d70f70b919668ea4ddf8fd2c9b8 52134 admin optional gnbd-server_2.20080229-1_amd64.deb
 9d1c58266cfb4f0c593efcd3b58c636e 287246 admin optional rgmanager_2.20080229-1_amd64.deb
 4a20ba5aedae9752d3ff60bd3b964666 6216 admin optional redhat-cluster-suite_2.20080229-1_all.deb
 18622b46cc584af1945c621fae3ccd75 172172 admin optional redhat-cluster-source_2.20080229-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHyKCq6n7So0GVSSARAjvtAJ41PImc3bz9gQtc3n6WPWXWxnDq7ACfT3hF
7RfHvdnIc2mPhW8W+NSoRoo=
=S91m
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: