[Bug 1852441] Re: In bionic, one of the ceph packages installed causes chrony to auto-install even on lxd

2022-03-21 Thread Ponnuvel Palaniyappan
** Changed in: ntp-charm Assignee: Ponnuvel Palaniyappan (pponnuvel) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1852441 Title: In bionic, one of the ceph packages installed

[Bug 1852441] Re: In bionic, one of the ceph packages installed causes chrony to auto-install even on lxd

2022-02-17 Thread Ponnuvel Palaniyappan
I am not sure if there's anything to fix here for the ntp charm. The ntp charm shouldn't really be installed in a container. In general, It should be installed alongside a principal charm that's on a bare-metal machine. In situations like charm upgrade, The ntp charm could end up installing the

[Bug 1852441] Re: In bionic, one of the ceph packages installed causes chrony to auto-install even on lxd

2021-03-24 Thread Ponnuvel Palaniyappan
** Changed in: ntp-charm Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1852441 Title: In bionic, one of the ceph packages installed causes chrony to auto- install

[Bug 1852441] Re: In bionic, one of the ceph packages installed causes chrony to auto-install even on lxd

2021-03-11 Thread Ponnuvel Palaniyappan
Quoting Ante Karamtic: "If ntp/chrony is removed from ceph-mon, then ntp charm goes into error state if it's installed on ceph-mon units. On other machines, ntp charm detects that it's in the container and then reports that it is a container and that there's nothing to do. In case of ceph-mon,

[Bug 1852441] Re: In bionic, one of the ceph packages installed causes chrony to auto-install even on lxd

2020-11-02 Thread Alex Kavanagh
** Changed in: charm-ceph-mon Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1852441 Title: In bionic, one of the ceph packages installed causes chrony

[Bug 1852441] Re: In bionic, one of the ceph packages installed causes chrony to auto-install even on lxd

2020-10-26 Thread Aurelien Lourot
** Changed in: charm-ceph-mon Milestone: None => 20.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1852441 Title: In bionic, one of the ceph packages installed causes chrony to auto-

[Bug 1852441] Re: In bionic, one of the ceph packages installed causes chrony to auto-install even on lxd

2020-09-17 Thread OpenStack Infra
Reviewed: https://review.opendev.org/738664 Committed: https://git.openstack.org/cgit/openstack/charm-ceph-mon/commit/?id=60a9a4f27aa1cddd717431abae7a26c46f5f8bd5 Submitter: Zuul Branch:master commit 60a9a4f27aa1cddd717431abae7a26c46f5f8bd5 Author: Ponnuvel Palaniyappan Date: Tue Jun 30

[Bug 1852441] Re: In bionic, one of the ceph packages installed causes chrony to auto-install even on lxd

2020-06-30 Thread Ponnuvel Palaniyappan
Notes: 1. `--no-install-recommends` also excludes `ceph-common` package from getting installed which is needed (it could possibly exclude more packages, too). 2. `ntp` isn't getting installed - it's not an issues/related any more. So simply removing `chrony` is probably enough. ** Changed in:

[Bug 1852441] Re: In bionic, one of the ceph packages installed causes chrony to auto-install even on lxd

2020-06-29 Thread Ponnuvel Palaniyappan
** Changed in: charm-ceph-mon Assignee: (unassigned) => Ponnuvel Palaniyappan (pponnuvel) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1852441 Title: In bionic, one of the ceph packages

[Bug 1852441] Re: In bionic, one of the ceph packages installed causes chrony to auto-install even on lxd

2020-05-11 Thread Gábor Mészáros
I've just found this piece of code change, that removes the removal of ntp when we're running in container: https://review.opendev.org/#/c/584051/5/lib/ceph/utils.py@a43 originating from here: NTP implementation hard-coded ;https://bugs.launchpad.net/charm-ceph-mon/+bug/1780690 Is there a way

[Bug 1852441] Re: In bionic, one of the ceph packages installed causes chrony to auto-install even on lxd

2020-04-09 Thread James Page
** Changed in: ceph (Ubuntu) Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1852441 Title: In bionic, one of the ceph packages installed causes chrony to auto-

[Bug 1852441] Re: In bionic, one of the ceph packages installed causes chrony to auto-install even on lxd

2020-03-20 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: ceph (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1852441 Title: In

[Bug 1852441] Re: In bionic, one of the ceph packages installed causes chrony to auto-install even on lxd

2020-03-11 Thread Bryan Quigley
I would suggest the charm should just do the apt install with --no- install-recommends That doesn't install chrony.. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1852441 Title: In bionic, one of

[Bug 1852441] Re: In bionic, one of the ceph packages installed causes chrony to auto-install even on lxd

2020-03-10 Thread Bryan Quigley
"sudo timedatectl set-ntp off" didn't work for me disabling chrony service sudo systemctl disable chrony was needed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1852441 Title: In bionic, one of

[Bug 1852441] Re: In bionic, one of the ceph packages installed causes chrony to auto-install even on lxd

2020-02-05 Thread Felipe Reyes
I think the charm is the one responsible of disabling chrony, something like this would do the trick. if is_container(): subprocess.check_call("sudo timedatectl set-ntp off") -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1852441] Re: In bionic, one of the ceph packages installed causes chrony to auto-install even on lxd

2020-02-05 Thread Felipe Reyes
** Tags added: sts -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1852441 Title: In bionic, one of the ceph packages installed causes chrony to auto- install even on lxd To manage notifications

[Bug 1852441] Re: In bionic, one of the ceph packages installed causes chrony to auto-install even on lxd

2019-11-22 Thread Alex Kavanagh
TRIAGE: Confirmed, but not sure whether to fix in packages or "make the problem go away" in the charm; more discussion needed. ** Also affects: ceph (Ubuntu) Importance: Undecided Status: New ** Changed in: charm-ceph-mon Status: New => Triaged -- You received this bug