[Sts-sponsors] [Bug 1910264] Re: [plugin][ceph] include time-sync-status for ceph mon

2021-04-01 Thread Ponnuvel Palaniyappan
SRU verification:

Verification done on Bionic, Focal, and Groovy. Please refer comments
above and let me know if there are questions.

Thanks,
Pon

-- 
You received this bug notification because you are a member of STS
Sponsors, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1910264

Title:
  [plugin][ceph] include time-sync-status for ceph mon

Status in sosreport package in Ubuntu:
  Fix Released
Status in sosreport source package in Bionic:
  Fix Committed
Status in sosreport source package in Focal:
  Fix Committed
Status in sosreport source package in Groovy:
  Fix Committed
Status in sosreport source package in Hirsute:
  Fix Released

Bug description:
  [Impact]

  This will be useful to know if there is a clock skew.

  The option has been first introduced in Luminous (v12) which is part
  of Ubuntu since Bionic/18.04LTS as follows:

  # rmadison ceph
   ceph | 12.2.4-0ubuntu1  | bionic
   ceph | 12.2.13-0ubuntu0.18.04.4 | bionic-security
   ceph | 12.2.13-0ubuntu0.18.04.5 | bionic-updates
   ceph | 15.2.1-0ubuntu1  | focal
   ceph | 15.2.5-0ubuntu1  | groovy
   ceph | 15.2.5-0ubuntu1.1| groovy-security
   ceph | 15.2.7-0ubuntu0.20.04.1  | focal-updates
   ceph | 15.2.7-0ubuntu0.20.10.1  | groovy-updates
   ceph | 15.2.7-0ubuntu1  | hirsute
   ceph | 15.2.7-0ubuntu3  | hirsute-proposed

  Ceph mons might get into time sync problems if ntp/chrony
  isn't installed or configured correctly. Since Luminous
  release, upstream support 'time-sync-status' to detect this
  more easily.

  This information used to be part of ceph health structured output
  prior to Luminous but was removed in favor of the separate ceph time-
  sync-status command.

  Upstream documentation about the option:
  https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-mon/

  [Test Case]

  * Connect to a ceph mon node via ssh/juju ssh/...
  * Run sosreport (this can be run in various ways but for the sake of this 
documenation let's use the most common):
   ** sosreport -a
   ** sosreport -o ceph

  [Where problems could occur]

  If something arise after this change. It will only affect the data
  collection of the ceph plugin. It won't affect other plugins nor core
  functionalities.

  Worse case scenario would be that user will have to collect ceph
  debugging data manually (outside a usual sosreport run) in order to
  provide it to a third-party support vendor.

  [Other information]

  Issues:
  https://github.com/sosreport/sos/issues/2356

  PR:
  
https://github.com/sosreport/sos/pull/2357/commits/7859968b6e5e26c11d4bf4d8349646bd74723e52

  [Original Description]

  Ceph mons might get into time sync problems if ntp/chrony
  isn't installed or configured correctly. Since Luminous
  release, upstream support 'time-sync-status' to detect this
  more easily.

  This information used to be part of ceph health structured output
  prior to Luminous but was removed in favor of the separate ceph time-
  sync-status command.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1910264/+subscriptions

-- 
Mailing list: https://launchpad.net/~sts-sponsors
Post to : sts-sponsors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sts-sponsors
More help   : https://help.launchpad.net/ListHelp


[Sts-sponsors] [Bug 1910264] Re: [plugin][ceph] include time-sync-status for ceph mon

2021-04-01 Thread Ponnuvel Palaniyappan
Verified on Groovy with 4.1-1ubuntu0.20.10.1.

Time sync status is collected as expected. Attached a reference.

** Attachment added: "time-sync-groovy-sru-verify.txt"
   
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1910264/+attachment/5483241/+files/time-sync-groovy-sru-verify.txt

** Tags removed: verification-needed verification-needed-groovy
** Tags added: verification-done verification-done-groovy

-- 
You received this bug notification because you are a member of STS
Sponsors, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1910264

Title:
  [plugin][ceph] include time-sync-status for ceph mon

Status in sosreport package in Ubuntu:
  Fix Released
Status in sosreport source package in Bionic:
  Fix Committed
Status in sosreport source package in Focal:
  Fix Committed
Status in sosreport source package in Groovy:
  Fix Committed
Status in sosreport source package in Hirsute:
  Fix Released

Bug description:
  [Impact]

  This will be useful to know if there is a clock skew.

  The option has been first introduced in Luminous (v12) which is part
  of Ubuntu since Bionic/18.04LTS as follows:

  # rmadison ceph
   ceph | 12.2.4-0ubuntu1  | bionic
   ceph | 12.2.13-0ubuntu0.18.04.4 | bionic-security
   ceph | 12.2.13-0ubuntu0.18.04.5 | bionic-updates
   ceph | 15.2.1-0ubuntu1  | focal
   ceph | 15.2.5-0ubuntu1  | groovy
   ceph | 15.2.5-0ubuntu1.1| groovy-security
   ceph | 15.2.7-0ubuntu0.20.04.1  | focal-updates
   ceph | 15.2.7-0ubuntu0.20.10.1  | groovy-updates
   ceph | 15.2.7-0ubuntu1  | hirsute
   ceph | 15.2.7-0ubuntu3  | hirsute-proposed

  Ceph mons might get into time sync problems if ntp/chrony
  isn't installed or configured correctly. Since Luminous
  release, upstream support 'time-sync-status' to detect this
  more easily.

  This information used to be part of ceph health structured output
  prior to Luminous but was removed in favor of the separate ceph time-
  sync-status command.

  Upstream documentation about the option:
  https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-mon/

  [Test Case]

  * Connect to a ceph mon node via ssh/juju ssh/...
  * Run sosreport (this can be run in various ways but for the sake of this 
documenation let's use the most common):
   ** sosreport -a
   ** sosreport -o ceph

  [Where problems could occur]

  If something arise after this change. It will only affect the data
  collection of the ceph plugin. It won't affect other plugins nor core
  functionalities.

  Worse case scenario would be that user will have to collect ceph
  debugging data manually (outside a usual sosreport run) in order to
  provide it to a third-party support vendor.

  [Other information]

  Issues:
  https://github.com/sosreport/sos/issues/2356

  PR:
  
https://github.com/sosreport/sos/pull/2357/commits/7859968b6e5e26c11d4bf4d8349646bd74723e52

  [Original Description]

  Ceph mons might get into time sync problems if ntp/chrony
  isn't installed or configured correctly. Since Luminous
  release, upstream support 'time-sync-status' to detect this
  more easily.

  This information used to be part of ceph health structured output
  prior to Luminous but was removed in favor of the separate ceph time-
  sync-status command.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1910264/+subscriptions

-- 
Mailing list: https://launchpad.net/~sts-sponsors
Post to : sts-sponsors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sts-sponsors
More help   : https://help.launchpad.net/ListHelp


[Sts-sponsors] [Bug 1910264] Re: [plugin][ceph] include time-sync-status for ceph mon

2021-04-01 Thread Ponnuvel Palaniyappan
Verified on Focal with 4.1-1ubuntu0.20.04.1.

Time sync status is collected as expected. Attached a reference.

** Attachment added: "time-sync-focal-sru-verify.txt"
   
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1910264/+attachment/5483227/+files/time-sync-focal-sru-verify.txt

** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

-- 
You received this bug notification because you are a member of STS
Sponsors, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1910264

Title:
  [plugin][ceph] include time-sync-status for ceph mon

Status in sosreport package in Ubuntu:
  Fix Released
Status in sosreport source package in Bionic:
  Fix Committed
Status in sosreport source package in Focal:
  Fix Committed
Status in sosreport source package in Groovy:
  Fix Committed
Status in sosreport source package in Hirsute:
  Fix Released

Bug description:
  [Impact]

  This will be useful to know if there is a clock skew.

  The option has been first introduced in Luminous (v12) which is part
  of Ubuntu since Bionic/18.04LTS as follows:

  # rmadison ceph
   ceph | 12.2.4-0ubuntu1  | bionic
   ceph | 12.2.13-0ubuntu0.18.04.4 | bionic-security
   ceph | 12.2.13-0ubuntu0.18.04.5 | bionic-updates
   ceph | 15.2.1-0ubuntu1  | focal
   ceph | 15.2.5-0ubuntu1  | groovy
   ceph | 15.2.5-0ubuntu1.1| groovy-security
   ceph | 15.2.7-0ubuntu0.20.04.1  | focal-updates
   ceph | 15.2.7-0ubuntu0.20.10.1  | groovy-updates
   ceph | 15.2.7-0ubuntu1  | hirsute
   ceph | 15.2.7-0ubuntu3  | hirsute-proposed

  Ceph mons might get into time sync problems if ntp/chrony
  isn't installed or configured correctly. Since Luminous
  release, upstream support 'time-sync-status' to detect this
  more easily.

  This information used to be part of ceph health structured output
  prior to Luminous but was removed in favor of the separate ceph time-
  sync-status command.

  Upstream documentation about the option:
  https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-mon/

  [Test Case]

  * Connect to a ceph mon node via ssh/juju ssh/...
  * Run sosreport (this can be run in various ways but for the sake of this 
documenation let's use the most common):
   ** sosreport -a
   ** sosreport -o ceph

  [Where problems could occur]

  If something arise after this change. It will only affect the data
  collection of the ceph plugin. It won't affect other plugins nor core
  functionalities.

  Worse case scenario would be that user will have to collect ceph
  debugging data manually (outside a usual sosreport run) in order to
  provide it to a third-party support vendor.

  [Other information]

  Issues:
  https://github.com/sosreport/sos/issues/2356

  PR:
  
https://github.com/sosreport/sos/pull/2357/commits/7859968b6e5e26c11d4bf4d8349646bd74723e52

  [Original Description]

  Ceph mons might get into time sync problems if ntp/chrony
  isn't installed or configured correctly. Since Luminous
  release, upstream support 'time-sync-status' to detect this
  more easily.

  This information used to be part of ceph health structured output
  prior to Luminous but was removed in favor of the separate ceph time-
  sync-status command.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1910264/+subscriptions

-- 
Mailing list: https://launchpad.net/~sts-sponsors
Post to : sts-sponsors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sts-sponsors
More help   : https://help.launchpad.net/ListHelp


[Sts-sponsors] [Bug 1910264] Re: [plugin][ceph] include time-sync-status for ceph mon

2021-04-01 Thread Ponnuvel Palaniyappan
Verified on Bionic with 4.1-1ubuntu0.18.04.1.

Time sync status is collected as expected. Attached a reference.

** Attachment added: "time-sync-bionic-sru-verify.txt"
   
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1910264/+attachment/5483226/+files/time-sync-bionic-sru-verify.txt

** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

-- 
You received this bug notification because you are a member of STS
Sponsors, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1910264

Title:
  [plugin][ceph] include time-sync-status for ceph mon

Status in sosreport package in Ubuntu:
  Fix Released
Status in sosreport source package in Bionic:
  Fix Committed
Status in sosreport source package in Focal:
  Fix Committed
Status in sosreport source package in Groovy:
  Fix Committed
Status in sosreport source package in Hirsute:
  Fix Released

Bug description:
  [Impact]

  This will be useful to know if there is a clock skew.

  The option has been first introduced in Luminous (v12) which is part
  of Ubuntu since Bionic/18.04LTS as follows:

  # rmadison ceph
   ceph | 12.2.4-0ubuntu1  | bionic
   ceph | 12.2.13-0ubuntu0.18.04.4 | bionic-security
   ceph | 12.2.13-0ubuntu0.18.04.5 | bionic-updates
   ceph | 15.2.1-0ubuntu1  | focal
   ceph | 15.2.5-0ubuntu1  | groovy
   ceph | 15.2.5-0ubuntu1.1| groovy-security
   ceph | 15.2.7-0ubuntu0.20.04.1  | focal-updates
   ceph | 15.2.7-0ubuntu0.20.10.1  | groovy-updates
   ceph | 15.2.7-0ubuntu1  | hirsute
   ceph | 15.2.7-0ubuntu3  | hirsute-proposed

  Ceph mons might get into time sync problems if ntp/chrony
  isn't installed or configured correctly. Since Luminous
  release, upstream support 'time-sync-status' to detect this
  more easily.

  This information used to be part of ceph health structured output
  prior to Luminous but was removed in favor of the separate ceph time-
  sync-status command.

  Upstream documentation about the option:
  https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-mon/

  [Test Case]

  * Connect to a ceph mon node via ssh/juju ssh/...
  * Run sosreport (this can be run in various ways but for the sake of this 
documenation let's use the most common):
   ** sosreport -a
   ** sosreport -o ceph

  [Where problems could occur]

  If something arise after this change. It will only affect the data
  collection of the ceph plugin. It won't affect other plugins nor core
  functionalities.

  Worse case scenario would be that user will have to collect ceph
  debugging data manually (outside a usual sosreport run) in order to
  provide it to a third-party support vendor.

  [Other information]

  Issues:
  https://github.com/sosreport/sos/issues/2356

  PR:
  
https://github.com/sosreport/sos/pull/2357/commits/7859968b6e5e26c11d4bf4d8349646bd74723e52

  [Original Description]

  Ceph mons might get into time sync problems if ntp/chrony
  isn't installed or configured correctly. Since Luminous
  release, upstream support 'time-sync-status' to detect this
  more easily.

  This information used to be part of ceph health structured output
  prior to Luminous but was removed in favor of the separate ceph time-
  sync-status command.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1910264/+subscriptions

-- 
Mailing list: https://launchpad.net/~sts-sponsors
Post to : sts-sponsors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sts-sponsors
More help   : https://help.launchpad.net/ListHelp


[Sts-sponsors] [Bug 1910264] Re: [plugin][ceph] include time-sync-status for ceph mon

2021-03-29 Thread Łukasz Zemczak
Hello Eric, or anyone else affected,

Accepted sosreport into bionic-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/sosreport/4.1-1ubuntu0.18.04.1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
bionic to verification-done-bionic. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-bionic. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: sosreport (Ubuntu Bionic)
   Status: In Progress => Fix Committed

** Tags added: verification-needed-bionic

-- 
You received this bug notification because you are a member of STS
Sponsors, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1910264

Title:
  [plugin][ceph] include time-sync-status for ceph mon

Status in sosreport package in Ubuntu:
  Fix Released
Status in sosreport source package in Bionic:
  Fix Committed
Status in sosreport source package in Focal:
  Fix Committed
Status in sosreport source package in Groovy:
  Fix Committed
Status in sosreport source package in Hirsute:
  Fix Released

Bug description:
  [Impact]

  This will be useful to know if there is a clock skew.

  The option has been first introduced in Luminous (v12) which is part
  of Ubuntu since Bionic/18.04LTS as follows:

  # rmadison ceph
   ceph | 12.2.4-0ubuntu1  | bionic
   ceph | 12.2.13-0ubuntu0.18.04.4 | bionic-security
   ceph | 12.2.13-0ubuntu0.18.04.5 | bionic-updates
   ceph | 15.2.1-0ubuntu1  | focal
   ceph | 15.2.5-0ubuntu1  | groovy
   ceph | 15.2.5-0ubuntu1.1| groovy-security
   ceph | 15.2.7-0ubuntu0.20.04.1  | focal-updates
   ceph | 15.2.7-0ubuntu0.20.10.1  | groovy-updates
   ceph | 15.2.7-0ubuntu1  | hirsute
   ceph | 15.2.7-0ubuntu3  | hirsute-proposed

  Ceph mons might get into time sync problems if ntp/chrony
  isn't installed or configured correctly. Since Luminous
  release, upstream support 'time-sync-status' to detect this
  more easily.

  This information used to be part of ceph health structured output
  prior to Luminous but was removed in favor of the separate ceph time-
  sync-status command.

  Upstream documentation about the option:
  https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-mon/

  [Test Case]

  * Connect to a ceph mon node via ssh/juju ssh/...
  * Run sosreport (this can be run in various ways but for the sake of this 
documenation let's use the most common):
   ** sosreport -a
   ** sosreport -o ceph

  [Where problems could occur]

  If something arise after this change. It will only affect the data
  collection of the ceph plugin. It won't affect other plugins nor core
  functionalities.

  Worse case scenario would be that user will have to collect ceph
  debugging data manually (outside a usual sosreport run) in order to
  provide it to a third-party support vendor.

  [Other information]

  Issues:
  https://github.com/sosreport/sos/issues/2356

  PR:
  
https://github.com/sosreport/sos/pull/2357/commits/7859968b6e5e26c11d4bf4d8349646bd74723e52

  [Original Description]

  Ceph mons might get into time sync problems if ntp/chrony
  isn't installed or configured correctly. Since Luminous
  release, upstream support 'time-sync-status' to detect this
  more easily.

  This information used to be part of ceph health structured output
  prior to Luminous but was removed in favor of the separate ceph time-
  sync-status command.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1910264/+subscriptions

-- 
Mailing list: https://launchpad.net/~sts-sponsors
Post to : sts-sponsors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sts-sponsors
More help   : https://help.launchpad.net/ListHelp


[Sts-sponsors] [Bug 1910264] Re: [plugin][ceph] include time-sync-status for ceph mon

2021-03-29 Thread Łukasz Zemczak
Hello Eric, or anyone else affected,

Accepted sosreport into focal-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/sosreport/4.1-1ubuntu0.20.04.1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Tags removed: verification-done-focal
** Tags added: verification-needed-focal

-- 
You received this bug notification because you are a member of STS
Sponsors, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1910264

Title:
  [plugin][ceph] include time-sync-status for ceph mon

Status in sosreport package in Ubuntu:
  Fix Released
Status in sosreport source package in Bionic:
  In Progress
Status in sosreport source package in Focal:
  Fix Committed
Status in sosreport source package in Groovy:
  Fix Committed
Status in sosreport source package in Hirsute:
  Fix Released

Bug description:
  [Impact]

  This will be useful to know if there is a clock skew.

  The option has been first introduced in Luminous (v12) which is part
  of Ubuntu since Bionic/18.04LTS as follows:

  # rmadison ceph
   ceph | 12.2.4-0ubuntu1  | bionic
   ceph | 12.2.13-0ubuntu0.18.04.4 | bionic-security
   ceph | 12.2.13-0ubuntu0.18.04.5 | bionic-updates
   ceph | 15.2.1-0ubuntu1  | focal
   ceph | 15.2.5-0ubuntu1  | groovy
   ceph | 15.2.5-0ubuntu1.1| groovy-security
   ceph | 15.2.7-0ubuntu0.20.04.1  | focal-updates
   ceph | 15.2.7-0ubuntu0.20.10.1  | groovy-updates
   ceph | 15.2.7-0ubuntu1  | hirsute
   ceph | 15.2.7-0ubuntu3  | hirsute-proposed

  Ceph mons might get into time sync problems if ntp/chrony
  isn't installed or configured correctly. Since Luminous
  release, upstream support 'time-sync-status' to detect this
  more easily.

  This information used to be part of ceph health structured output
  prior to Luminous but was removed in favor of the separate ceph time-
  sync-status command.

  Upstream documentation about the option:
  https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-mon/

  [Test Case]

  * Connect to a ceph mon node via ssh/juju ssh/...
  * Run sosreport (this can be run in various ways but for the sake of this 
documenation let's use the most common):
   ** sosreport -a
   ** sosreport -o ceph

  [Where problems could occur]

  If something arise after this change. It will only affect the data
  collection of the ceph plugin. It won't affect other plugins nor core
  functionalities.

  Worse case scenario would be that user will have to collect ceph
  debugging data manually (outside a usual sosreport run) in order to
  provide it to a third-party support vendor.

  [Other information]

  Issues:
  https://github.com/sosreport/sos/issues/2356

  PR:
  
https://github.com/sosreport/sos/pull/2357/commits/7859968b6e5e26c11d4bf4d8349646bd74723e52

  [Original Description]

  Ceph mons might get into time sync problems if ntp/chrony
  isn't installed or configured correctly. Since Luminous
  release, upstream support 'time-sync-status' to detect this
  more easily.

  This information used to be part of ceph health structured output
  prior to Luminous but was removed in favor of the separate ceph time-
  sync-status command.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1910264/+subscriptions

-- 
Mailing list: https://launchpad.net/~sts-sponsors
Post to : sts-sponsors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sts-sponsors
More help   : https://help.launchpad.net/ListHelp


[Sts-sponsors] [Bug 1910264] Re: [plugin][ceph] include time-sync-status for ceph mon

2021-03-25 Thread Łukasz Zemczak
Hello Eric, or anyone else affected,

Accepted sosreport into groovy-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/sosreport/4.1-1ubuntu0.20.10.1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
groovy to verification-done-groovy. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-groovy. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: sosreport (Ubuntu Groovy)
   Status: In Progress => Fix Committed

** Tags removed: verification-done-groovy
** Tags added: verification-needed-groovy

-- 
You received this bug notification because you are a member of STS
Sponsors, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1910264

Title:
  [plugin][ceph] include time-sync-status for ceph mon

Status in sosreport package in Ubuntu:
  Fix Released
Status in sosreport source package in Bionic:
  In Progress
Status in sosreport source package in Focal:
  Fix Committed
Status in sosreport source package in Groovy:
  Fix Committed
Status in sosreport source package in Hirsute:
  Fix Released

Bug description:
  [Impact]

  This will be useful to know if there is a clock skew.

  The option has been first introduced in Luminous (v12) which is part
  of Ubuntu since Bionic/18.04LTS as follows:

  # rmadison ceph
   ceph | 12.2.4-0ubuntu1  | bionic
   ceph | 12.2.13-0ubuntu0.18.04.4 | bionic-security
   ceph | 12.2.13-0ubuntu0.18.04.5 | bionic-updates
   ceph | 15.2.1-0ubuntu1  | focal
   ceph | 15.2.5-0ubuntu1  | groovy
   ceph | 15.2.5-0ubuntu1.1| groovy-security
   ceph | 15.2.7-0ubuntu0.20.04.1  | focal-updates
   ceph | 15.2.7-0ubuntu0.20.10.1  | groovy-updates
   ceph | 15.2.7-0ubuntu1  | hirsute
   ceph | 15.2.7-0ubuntu3  | hirsute-proposed

  Ceph mons might get into time sync problems if ntp/chrony
  isn't installed or configured correctly. Since Luminous
  release, upstream support 'time-sync-status' to detect this
  more easily.

  This information used to be part of ceph health structured output
  prior to Luminous but was removed in favor of the separate ceph time-
  sync-status command.

  Upstream documentation about the option:
  https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-mon/

  [Test Case]

  * Connect to a ceph mon node via ssh/juju ssh/...
  * Run sosreport (this can be run in various ways but for the sake of this 
documenation let's use the most common):
   ** sosreport -a
   ** sosreport -o ceph

  [Where problems could occur]

  If something arise after this change. It will only affect the data
  collection of the ceph plugin. It won't affect other plugins nor core
  functionalities.

  Worse case scenario would be that user will have to collect ceph
  debugging data manually (outside a usual sosreport run) in order to
  provide it to a third-party support vendor.

  [Other information]

  Issues:
  https://github.com/sosreport/sos/issues/2356

  PR:
  
https://github.com/sosreport/sos/pull/2357/commits/7859968b6e5e26c11d4bf4d8349646bd74723e52

  [Original Description]

  Ceph mons might get into time sync problems if ntp/chrony
  isn't installed or configured correctly. Since Luminous
  release, upstream support 'time-sync-status' to detect this
  more easily.

  This information used to be part of ceph health structured output
  prior to Luminous but was removed in favor of the separate ceph time-
  sync-status command.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1910264/+subscriptions

-- 
Mailing list: https://launchpad.net/~sts-sponsors
Post to : sts-sponsors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sts-sponsors
More help   : https://help.launchpad.net/ListHelp


[Sts-sponsors] [Bug 1910264] Re: [plugin][ceph] include time-sync-status for ceph mon

2021-03-23 Thread Eric Desrochers
** Changed in: sosreport (Ubuntu Groovy)
   Status: Fix Committed => In Progress

-- 
You received this bug notification because you are a member of STS
Sponsors, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1910264

Title:
  [plugin][ceph] include time-sync-status for ceph mon

Status in sosreport package in Ubuntu:
  Fix Released
Status in sosreport source package in Bionic:
  In Progress
Status in sosreport source package in Focal:
  Fix Committed
Status in sosreport source package in Groovy:
  In Progress
Status in sosreport source package in Hirsute:
  Fix Released

Bug description:
  [Impact]

  This will be useful to know if there is a clock skew.

  The option has been first introduced in Luminous (v12) which is part
  of Ubuntu since Bionic/18.04LTS as follows:

  # rmadison ceph
   ceph | 12.2.4-0ubuntu1  | bionic
   ceph | 12.2.13-0ubuntu0.18.04.4 | bionic-security
   ceph | 12.2.13-0ubuntu0.18.04.5 | bionic-updates
   ceph | 15.2.1-0ubuntu1  | focal
   ceph | 15.2.5-0ubuntu1  | groovy
   ceph | 15.2.5-0ubuntu1.1| groovy-security
   ceph | 15.2.7-0ubuntu0.20.04.1  | focal-updates
   ceph | 15.2.7-0ubuntu0.20.10.1  | groovy-updates
   ceph | 15.2.7-0ubuntu1  | hirsute
   ceph | 15.2.7-0ubuntu3  | hirsute-proposed

  Ceph mons might get into time sync problems if ntp/chrony
  isn't installed or configured correctly. Since Luminous
  release, upstream support 'time-sync-status' to detect this
  more easily.

  This information used to be part of ceph health structured output
  prior to Luminous but was removed in favor of the separate ceph time-
  sync-status command.

  Upstream documentation about the option:
  https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-mon/

  [Test Case]

  * Connect to a ceph mon node via ssh/juju ssh/...
  * Run sosreport (this can be run in various ways but for the sake of this 
documenation let's use the most common):
   ** sosreport -a
   ** sosreport -o ceph

  [Where problems could occur]

  If something arise after this change. It will only affect the data
  collection of the ceph plugin. It won't affect other plugins nor core
  functionalities.

  Worse case scenario would be that user will have to collect ceph
  debugging data manually (outside a usual sosreport run) in order to
  provide it to a third-party support vendor.

  [Other information]

  Issues:
  https://github.com/sosreport/sos/issues/2356

  PR:
  
https://github.com/sosreport/sos/pull/2357/commits/7859968b6e5e26c11d4bf4d8349646bd74723e52

  [Original Description]

  Ceph mons might get into time sync problems if ntp/chrony
  isn't installed or configured correctly. Since Luminous
  release, upstream support 'time-sync-status' to detect this
  more easily.

  This information used to be part of ceph health structured output
  prior to Luminous but was removed in favor of the separate ceph time-
  sync-status command.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1910264/+subscriptions

-- 
Mailing list: https://launchpad.net/~sts-sponsors
Post to : sts-sponsors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sts-sponsors
More help   : https://help.launchpad.net/ListHelp


[Sts-sponsors] [Bug 1910264] Re: [plugin][ceph] include time-sync-status for ceph mon

2021-02-19 Thread Ponnuvel Palaniyappan
Verified that time-sync-status is generated.

Attached file shows sosreport and ceph time-sync-status output from a
test run on Groovy.


** Attachment added: "time-sync-verification-groovy.txt"
   
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1910264/+attachment/5465394/+files/time-sync-verification-groovy.txt

** Tags removed: verification-needed-groovy
** Tags added: verification-done-groovy

-- 
You received this bug notification because you are a member of STS
Sponsors, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1910264

Title:
  [plugin][ceph] include time-sync-status for ceph mon

Status in sosreport package in Ubuntu:
  Fix Released
Status in sosreport source package in Bionic:
  In Progress
Status in sosreport source package in Focal:
  Fix Committed
Status in sosreport source package in Groovy:
  Fix Committed
Status in sosreport source package in Hirsute:
  Fix Released

Bug description:
  [Impact]

  This will be useful to know if there is a clock skew.

  The option has been first introduced in Luminous (v12) which is part
  of Ubuntu since Bionic/18.04LTS as follows:

  # rmadison ceph
   ceph | 12.2.4-0ubuntu1  | bionic
   ceph | 12.2.13-0ubuntu0.18.04.4 | bionic-security
   ceph | 12.2.13-0ubuntu0.18.04.5 | bionic-updates
   ceph | 15.2.1-0ubuntu1  | focal
   ceph | 15.2.5-0ubuntu1  | groovy
   ceph | 15.2.5-0ubuntu1.1| groovy-security
   ceph | 15.2.7-0ubuntu0.20.04.1  | focal-updates
   ceph | 15.2.7-0ubuntu0.20.10.1  | groovy-updates
   ceph | 15.2.7-0ubuntu1  | hirsute
   ceph | 15.2.7-0ubuntu3  | hirsute-proposed

  Ceph mons might get into time sync problems if ntp/chrony
  isn't installed or configured correctly. Since Luminous
  release, upstream support 'time-sync-status' to detect this
  more easily.

  This information used to be part of ceph health structured output
  prior to Luminous but was removed in favor of the separate ceph time-
  sync-status command.

  Upstream documentation about the option:
  https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-mon/

  [Test Case]

  * Connect to a ceph mon node via ssh/juju ssh/...
  * Run sosreport (this can be run in various ways but for the sake of this 
documenation let's use the most common):
   ** sosreport -a
   ** sosreport -o ceph

  [Where problems could occur]

  If something arise after this change. It will only affect the data
  collection of the ceph plugin. It won't affect other plugins nor core
  functionalities.

  Worse case scenario would be that user will have to collect ceph
  debugging data manually (outside a usual sosreport run) in order to
  provide it to a third-party support vendor.

  [Other information]

  Issues:
  https://github.com/sosreport/sos/issues/2356

  PR:
  
https://github.com/sosreport/sos/pull/2357/commits/7859968b6e5e26c11d4bf4d8349646bd74723e52

  [Original Description]

  Ceph mons might get into time sync problems if ntp/chrony
  isn't installed or configured correctly. Since Luminous
  release, upstream support 'time-sync-status' to detect this
  more easily.

  This information used to be part of ceph health structured output
  prior to Luminous but was removed in favor of the separate ceph time-
  sync-status command.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1910264/+subscriptions

-- 
Mailing list: https://launchpad.net/~sts-sponsors
Post to : sts-sponsors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sts-sponsors
More help   : https://help.launchpad.net/ListHelp


[Sts-sponsors] [Bug 1910264] Re: [plugin][ceph] include time-sync-status for ceph mon

2021-02-19 Thread Ponnuvel Palaniyappan
Verified that time-sync-status is generated.

Attached file shows sosreport and ceph time-sync-status output from a
test run.

** Attachment added: "time-sync-verification-focal.txt"
   
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1910264/+attachment/5465390/+files/time-sync-verification-focal.txt

** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

-- 
You received this bug notification because you are a member of STS
Sponsors, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1910264

Title:
  [plugin][ceph] include time-sync-status for ceph mon

Status in sosreport package in Ubuntu:
  Fix Released
Status in sosreport source package in Bionic:
  In Progress
Status in sosreport source package in Focal:
  Fix Committed
Status in sosreport source package in Groovy:
  Fix Committed
Status in sosreport source package in Hirsute:
  Fix Released

Bug description:
  [Impact]

  This will be useful to know if there is a clock skew.

  The option has been first introduced in Luminous (v12) which is part
  of Ubuntu since Bionic/18.04LTS as follows:

  # rmadison ceph
   ceph | 12.2.4-0ubuntu1  | bionic
   ceph | 12.2.13-0ubuntu0.18.04.4 | bionic-security
   ceph | 12.2.13-0ubuntu0.18.04.5 | bionic-updates
   ceph | 15.2.1-0ubuntu1  | focal
   ceph | 15.2.5-0ubuntu1  | groovy
   ceph | 15.2.5-0ubuntu1.1| groovy-security
   ceph | 15.2.7-0ubuntu0.20.04.1  | focal-updates
   ceph | 15.2.7-0ubuntu0.20.10.1  | groovy-updates
   ceph | 15.2.7-0ubuntu1  | hirsute
   ceph | 15.2.7-0ubuntu3  | hirsute-proposed

  Ceph mons might get into time sync problems if ntp/chrony
  isn't installed or configured correctly. Since Luminous
  release, upstream support 'time-sync-status' to detect this
  more easily.

  This information used to be part of ceph health structured output
  prior to Luminous but was removed in favor of the separate ceph time-
  sync-status command.

  Upstream documentation about the option:
  https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-mon/

  [Test Case]

  * Connect to a ceph mon node via ssh/juju ssh/...
  * Run sosreport (this can be run in various ways but for the sake of this 
documenation let's use the most common):
   ** sosreport -a
   ** sosreport -o ceph

  [Where problems could occur]

  If something arise after this change. It will only affect the data
  collection of the ceph plugin. It won't affect other plugins nor core
  functionalities.

  Worse case scenario would be that user will have to collect ceph
  debugging data manually (outside a usual sosreport run) in order to
  provide it to a third-party support vendor.

  [Other information]

  Issues:
  https://github.com/sosreport/sos/issues/2356

  PR:
  
https://github.com/sosreport/sos/pull/2357/commits/7859968b6e5e26c11d4bf4d8349646bd74723e52

  [Original Description]

  Ceph mons might get into time sync problems if ntp/chrony
  isn't installed or configured correctly. Since Luminous
  release, upstream support 'time-sync-status' to detect this
  more easily.

  This information used to be part of ceph health structured output
  prior to Luminous but was removed in favor of the separate ceph time-
  sync-status command.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1910264/+subscriptions

-- 
Mailing list: https://launchpad.net/~sts-sponsors
Post to : sts-sponsors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sts-sponsors
More help   : https://help.launchpad.net/ListHelp


[Sts-sponsors] [Bug 1910264] Re: [plugin][ceph] include time-sync-status for ceph mon

2021-02-18 Thread Łukasz Zemczak
Hello Eric, or anyone else affected,

Accepted sosreport into groovy-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/sosreport/4.0-1ubuntu2.2 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
groovy to verification-done-groovy. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-groovy. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: sosreport (Ubuntu Groovy)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-groovy

** Changed in: sosreport (Ubuntu Focal)
   Status: In Progress => Fix Committed

** Tags added: verification-needed-focal

-- 
You received this bug notification because you are a member of STS
Sponsors, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1910264

Title:
  [plugin][ceph] include time-sync-status for ceph mon

Status in sosreport package in Ubuntu:
  Fix Released
Status in sosreport source package in Bionic:
  In Progress
Status in sosreport source package in Focal:
  Fix Committed
Status in sosreport source package in Groovy:
  Fix Committed
Status in sosreport source package in Hirsute:
  Fix Released

Bug description:
  [Impact]

  This will be useful to know if there is a clock skew.

  The option has been first introduced in Luminous (v12) which is part
  of Ubuntu since Bionic/18.04LTS as follows:

  # rmadison ceph
   ceph | 12.2.4-0ubuntu1  | bionic
   ceph | 12.2.13-0ubuntu0.18.04.4 | bionic-security
   ceph | 12.2.13-0ubuntu0.18.04.5 | bionic-updates
   ceph | 15.2.1-0ubuntu1  | focal
   ceph | 15.2.5-0ubuntu1  | groovy
   ceph | 15.2.5-0ubuntu1.1| groovy-security
   ceph | 15.2.7-0ubuntu0.20.04.1  | focal-updates
   ceph | 15.2.7-0ubuntu0.20.10.1  | groovy-updates
   ceph | 15.2.7-0ubuntu1  | hirsute
   ceph | 15.2.7-0ubuntu3  | hirsute-proposed

  Ceph mons might get into time sync problems if ntp/chrony
  isn't installed or configured correctly. Since Luminous
  release, upstream support 'time-sync-status' to detect this
  more easily.

  This information used to be part of ceph health structured output
  prior to Luminous but was removed in favor of the separate ceph time-
  sync-status command.

  Upstream documentation about the option:
  https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-mon/

  [Test Case]

  * Connect to a ceph mon node via ssh/juju ssh/...
  * Run sosreport (this can be run in various ways but for the sake of this 
documenation let's use the most common):
   ** sosreport -a
   ** sosreport -o ceph

  [Where problems could occur]

  If something arise after this change. It will only affect the data
  collection of the ceph plugin. It won't affect other plugins nor core
  functionalities.

  Worse case scenario would be that user will have to collect ceph
  debugging data manually (outside a usual sosreport run) in order to
  provide it to a third-party support vendor.

  [Other information]

  Issues:
  https://github.com/sosreport/sos/issues/2356

  PR:
  
https://github.com/sosreport/sos/pull/2357/commits/7859968b6e5e26c11d4bf4d8349646bd74723e52

  [Original Description]

  Ceph mons might get into time sync problems if ntp/chrony
  isn't installed or configured correctly. Since Luminous
  release, upstream support 'time-sync-status' to detect this
  more easily.

  This information used to be part of ceph health structured output
  prior to Luminous but was removed in favor of the separate ceph time-
  sync-status command.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1910264/+subscriptions

-- 
Mailing list: https://launchpad.net/~sts-sponsors
Post to : sts-sponsors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sts-sponsors
More help   : https://help.launchpad.net/ListHelp


[Sts-sponsors] [Bug 1910264] Re: [plugin][ceph] include time-sync-status for ceph mon

2021-02-16 Thread Eric Desrochers
[sts-sponsors][groovy][focal]

Sponsored in G/F.

Thanks for your contributions.

- Eric

-- 
You received this bug notification because you are a member of STS
Sponsors, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1910264

Title:
  [plugin][ceph] include time-sync-status for ceph mon

Status in sosreport package in Ubuntu:
  Fix Released
Status in sosreport source package in Bionic:
  In Progress
Status in sosreport source package in Focal:
  In Progress
Status in sosreport source package in Groovy:
  In Progress
Status in sosreport source package in Hirsute:
  Fix Released

Bug description:
  [Impact]

  This will be useful to know if there is a clock skew.

  The option has been first introduced in Luminous (v12) which is part
  of Ubuntu since Bionic/18.04LTS as follows:

  # rmadison ceph
   ceph | 12.2.4-0ubuntu1  | bionic
   ceph | 12.2.13-0ubuntu0.18.04.4 | bionic-security
   ceph | 12.2.13-0ubuntu0.18.04.5 | bionic-updates
   ceph | 15.2.1-0ubuntu1  | focal
   ceph | 15.2.5-0ubuntu1  | groovy
   ceph | 15.2.5-0ubuntu1.1| groovy-security
   ceph | 15.2.7-0ubuntu0.20.04.1  | focal-updates
   ceph | 15.2.7-0ubuntu0.20.10.1  | groovy-updates
   ceph | 15.2.7-0ubuntu1  | hirsute
   ceph | 15.2.7-0ubuntu3  | hirsute-proposed

  Ceph mons might get into time sync problems if ntp/chrony
  isn't installed or configured correctly. Since Luminous
  release, upstream support 'time-sync-status' to detect this
  more easily.

  This information used to be part of ceph health structured output
  prior to Luminous but was removed in favor of the separate ceph time-
  sync-status command.

  Upstream documentation about the option:
  https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-mon/

  [Test Case]

  * Connect to a ceph mon node via ssh/juju ssh/...
  * Run sosreport (this can be run in various ways but for the sake of this 
documenation let's use the most common):
   ** sosreport -a
   ** sosreport -o ceph

  [Where problems could occur]

  If something arise after this change. It will only affect the data
  collection of the ceph plugin. It won't affect other plugins nor core
  functionalities.

  Worse case scenario would be that user will have to collect ceph
  debugging data manually (outside a usual sosreport run) in order to
  provide it to a third-party support vendor.

  [Other information]

  Issues:
  https://github.com/sosreport/sos/issues/2356

  PR:
  
https://github.com/sosreport/sos/pull/2357/commits/7859968b6e5e26c11d4bf4d8349646bd74723e52

  [Original Description]

  Ceph mons might get into time sync problems if ntp/chrony
  isn't installed or configured correctly. Since Luminous
  release, upstream support 'time-sync-status' to detect this
  more easily.

  This information used to be part of ceph health structured output
  prior to Luminous but was removed in favor of the separate ceph time-
  sync-status command.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1910264/+subscriptions

-- 
Mailing list: https://launchpad.net/~sts-sponsors
Post to : sts-sponsors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sts-sponsors
More help   : https://help.launchpad.net/ListHelp


[Sts-sponsors] [Bug 1910264] Re: [plugin][ceph] include time-sync-status for ceph mon

2021-01-07 Thread Eric Desrochers
There is currently an SRU for sosreport started by mfo.
I'll have to wait for it to end.

I'll take a note to revisit this bug sponsoring in 1 week.


- Eric

** Tags added: sts-sponsors-slashd

-- 
You received this bug notification because you are a member of STS
Sponsors, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1910264

Title:
  [plugin][ceph] include time-sync-status for ceph mon

Status in sosreport package in Ubuntu:
  Fix Released
Status in sosreport source package in Bionic:
  In Progress
Status in sosreport source package in Focal:
  In Progress
Status in sosreport source package in Groovy:
  In Progress
Status in sosreport source package in Hirsute:
  Fix Released

Bug description:
  [Impact]

  This will be useful to know if there is a clock skew.

  The option has been first introduced in Luminous (v12) which is part
  of Ubuntu since Bionic/18.04LTS as follows:

  # rmadison ceph
   ceph | 12.2.4-0ubuntu1  | bionic
   ceph | 12.2.13-0ubuntu0.18.04.4 | bionic-security
   ceph | 12.2.13-0ubuntu0.18.04.5 | bionic-updates
   ceph | 15.2.1-0ubuntu1  | focal
   ceph | 15.2.5-0ubuntu1  | groovy
   ceph | 15.2.5-0ubuntu1.1| groovy-security
   ceph | 15.2.7-0ubuntu0.20.04.1  | focal-updates
   ceph | 15.2.7-0ubuntu0.20.10.1  | groovy-updates
   ceph | 15.2.7-0ubuntu1  | hirsute
   ceph | 15.2.7-0ubuntu3  | hirsute-proposed

  Ceph mons might get into time sync problems if ntp/chrony
  isn't installed or configured correctly. Since Luminous
  release, upstream support 'time-sync-status' to detect this
  more easily.

  This information used to be part of ceph health structured output
  prior to Luminous but was removed in favor of the separate ceph time-
  sync-status command.

  Upstream documentation about the option:
  https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-mon/

  [Test Case]

  * Connect to a ceph mon node via ssh/juju ssh/...
  * Run sosreport (this can be run in various ways but for the sake of this 
documenation let's use the most common):
   ** sosreport -a
   ** sosreport -o ceph

  [Where problems could occur]

  If something arise after this change. It will only affect the data
  collection of the ceph plugin. It won't affect other plugins nor core
  functionalities.

  Worse case scenario would be that user will have to collect ceph
  debugging data manually (outside a usual sosreport run) in order to
  provide it to a third-party support vendor.

  [Other information]

  Issues:
  https://github.com/sosreport/sos/issues/2356

  PR:
  
https://github.com/sosreport/sos/pull/2357/commits/7859968b6e5e26c11d4bf4d8349646bd74723e52

  [Original Description]

  Ceph mons might get into time sync problems if ntp/chrony
  isn't installed or configured correctly. Since Luminous
  release, upstream support 'time-sync-status' to detect this
  more easily.

  This information used to be part of ceph health structured output
  prior to Luminous but was removed in favor of the separate ceph time-
  sync-status command.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1910264/+subscriptions

-- 
Mailing list: https://launchpad.net/~sts-sponsors
Post to : sts-sponsors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sts-sponsors
More help   : https://help.launchpad.net/ListHelp