Back to bug 2111680
| Who | When | What | Removed | Added |
|---|---|---|---|---|
| Red Hat One Jira (issues.redhat.com) | 2022-07-27 20:00:13 UTC | Link ID | Red Hat Issue Tracker RHCEPH-4955 | |
| Francesco Pantano | 2022-07-28 07:30:20 UTC | CC | fpantano | |
| Harald Jensås | 2022-08-02 19:13:27 UTC | CC | hjensas | |
| Summary | cephadm --config initial-ceph.conf no longer supports command delimited networks for routed traffic | cephadm --config initial-ceph.conf no longer supports comma delimited networks for routed traffic | ||
| Jason Paroly | 2022-08-02 20:36:45 UTC | CC | jparoly | |
| Red Hat Bugzilla | 2022-12-31 19:15:30 UTC | QA Contact | mgowri | msaini |
| Red Hat Bugzilla | 2023-01-01 05:37:30 UTC | Assignee | adking | nobody |
| Red Hat Bugzilla | 2023-01-01 08:29:35 UTC | Docs Contact | asriram | |
| Red Hat Bugzilla | 2023-01-01 08:37:30 UTC | QA Contact | msaini | |
| Alasdair Kergon | 2023-01-04 04:33:20 UTC | Assignee | nobody | adking |
| Alasdair Kergon | 2023-01-04 05:02:14 UTC | QA Contact | mgowri | |
| Adam King | 2023-03-31 19:18:10 UTC | Depends On | 2180567 | |
| Status | NEW | ASSIGNED | ||
| Ken Dreyer (Red Hat) | 2023-04-12 13:55:13 UTC | Status | ASSIGNED | MODIFIED |
| Fixed In Version | ceph-17.2.6-5.el9cp | |||
| Ken Dreyer (Red Hat) | 2023-04-12 13:56:14 UTC | Flags | needinfo?(vereddy) | |
| CC | vereddy | |||
| Veera Raghava Reddy | 2023-04-12 14:05:10 UTC | Flags | needinfo?(vereddy) | |
| errata-xmlrpc | 2023-04-12 14:07:56 UTC | Status | MODIFIED | ON_QA |
| Manisha Saini | 2023-04-12 19:36:18 UTC | CC | msaini | |
| QA Contact | mgowri | aramteke | ||
| Aditya Ramteke | 2023-04-26 10:42:18 UTC | Status | ON_QA | VERIFIED |
| Akash Raj | 2023-05-03 06:20:17 UTC | CC | adking, akraj | |
| Flags | needinfo?(adking) | |||
| Docs Contact | akraj | |||
| Adam King | 2023-05-03 15:02:08 UTC | Flags | needinfo?(adking) | |
| Doc Type | If docs needed, set a value | Bug Fix | ||
| Doc Text | Cause: cephadm bootstrap was improperly parsing comma delimited lists of IP addresses if the list was surrounded by quotes. Consequence: If such a comma separated, quotes surrounded list of IP addresses, e.g. '172.120.3.0/24,172.117.3.0/24,172.118.3.0/24,172.119.3.0/24' was provided as the public_network in the initial ceph conf passed to bootstrap with the --config parameter, the bootstrap would fail. Fix: The parsing of these quotes surounded, comma separated list of IPs has been fixed. Result: User can now put quotes surrounded, comma separated lists of IPs into the initial ceph conf passed to bootstrap for the public_network or cluster_network and it should work fine. |
|||
| Akash Raj | 2023-05-08 02:35:08 UTC | Blocks | 2192813 | |
| Akash Raj | 2023-05-09 03:00:45 UTC | Doc Text | Cause: cephadm bootstrap was improperly parsing comma delimited lists of IP addresses if the list was surrounded by quotes. Consequence: If such a comma separated, quotes surrounded list of IP addresses, e.g. '172.120.3.0/24,172.117.3.0/24,172.118.3.0/24,172.119.3.0/24' was provided as the public_network in the initial ceph conf passed to bootstrap with the --config parameter, the bootstrap would fail. Fix: The parsing of these quotes surounded, comma separated list of IPs has been fixed. Result: User can now put quotes surrounded, comma separated lists of IPs into the initial ceph conf passed to bootstrap for the public_network or cluster_network and it should work fine. | .Bootstrap no longer fails if a comma-separated list of quoted IPs are passed into the initial Ceph configuration Previously,` cephadm` bootstrap would improperly parse comma-delimited lists of IP addresses, if the list was quoted. Due to this, the bootstrap would fail if a comma-separated list of quoted IP addresses, for example, ’172.120.3.0/24,172.117.3.0/24,172.118.3.0/24,172.119.3.0/24’, was provided as the `public_network` in the initial Ceph configuration passed to bootstrap with the `--config` parameter. With this fix, you can now enter the comma-separated lists of quoted IPs into the initial Ceph configuration passed to bootstrap for the `public_network` or `cluster_network`, and it works as expected. |
| Flags | needinfo?(adking) | |||
| Akash Raj | 2023-05-09 03:01:21 UTC | Doc Text | .Bootstrap no longer fails if a comma-separated list of quoted IPs are passed into the initial Ceph configuration Previously,` cephadm` bootstrap would improperly parse comma-delimited lists of IP addresses, if the list was quoted. Due to this, the bootstrap would fail if a comma-separated list of quoted IP addresses, for example, ’172.120.3.0/24,172.117.3.0/24,172.118.3.0/24,172.119.3.0/24’, was provided as the `public_network` in the initial Ceph configuration passed to bootstrap with the `--config` parameter. With this fix, you can now enter the comma-separated lists of quoted IPs into the initial Ceph configuration passed to bootstrap for the `public_network` or `cluster_network`, and it works as expected. | .Bootstrap no longer fails if a comma-separated list of quoted IPs are passed into the initial Ceph configuration Previously,`cephadm` bootstrap would improperly parse comma-delimited lists of IP addresses, if the list was quoted. Due to this, the bootstrap would fail if a comma-separated list of quoted IP addresses, for example, ’172.120.3.0/24,172.117.3.0/24,172.118.3.0/24,172.119.3.0/24’, was provided as the `public_network` in the initial Ceph configuration passed to bootstrap with the `--config` parameter. With this fix, you can now enter the comma-separated lists of quoted IPs into the initial Ceph configuration passed to bootstrap for the `public_network` or `cluster_network`, and it works as expected. |
| Adam King | 2023-05-11 13:48:24 UTC | Doc Text | .Bootstrap no longer fails if a comma-separated list of quoted IPs are passed into the initial Ceph configuration Previously,`cephadm` bootstrap would improperly parse comma-delimited lists of IP addresses, if the list was quoted. Due to this, the bootstrap would fail if a comma-separated list of quoted IP addresses, for example, ’172.120.3.0/24,172.117.3.0/24,172.118.3.0/24,172.119.3.0/24’, was provided as the `public_network` in the initial Ceph configuration passed to bootstrap with the `--config` parameter. With this fix, you can now enter the comma-separated lists of quoted IPs into the initial Ceph configuration passed to bootstrap for the `public_network` or `cluster_network`, and it works as expected. | .Bootstrap no longer fails if a comma-separated list of quoted IPs are passed in as the public network in the initial Ceph configuration Previously,`cephadm` bootstrap would improperly parse comma-delimited lists of IP addresses, if the list was quoted. Due to this, the bootstrap would fail if a comma-separated list of quoted IP addresses, for example, ’172.120.3.0/24,172.117.3.0/24,172.118.3.0/24,172.119.3.0/24’, was provided as the `public_network` in the initial Ceph configuration passed to bootstrap with the `--config` parameter. With this fix, you can now enter the comma-separated lists of quoted IPs into the initial Ceph configuration passed to bootstrap for the `public_network` or `cluster_network`, and it works as expected. |
| Flags | needinfo?(adking) | |||
| Akash Raj | 2023-05-19 12:05:52 UTC | Doc Text | .Bootstrap no longer fails if a comma-separated list of quoted IPs are passed in as the public network in the initial Ceph configuration Previously,`cephadm` bootstrap would improperly parse comma-delimited lists of IP addresses, if the list was quoted. Due to this, the bootstrap would fail if a comma-separated list of quoted IP addresses, for example, ’172.120.3.0/24,172.117.3.0/24,172.118.3.0/24,172.119.3.0/24’, was provided as the `public_network` in the initial Ceph configuration passed to bootstrap with the `--config` parameter. With this fix, you can now enter the comma-separated lists of quoted IPs into the initial Ceph configuration passed to bootstrap for the `public_network` or `cluster_network`, and it works as expected. | .Bootstrap no longer fails if a comma-separated list of quoted IPs are passed in as the public network in the initial Ceph configuration Previously,`cephadm` bootstrap would improperly parse comma-delimited lists of IP addresses, if the list was quoted. Due to this, the bootstrap would fail if a comma-separated list of quoted IP addresses, for example, ’172.120.3.0/24,172.117.3.0/24,172.118.3.0/24,172.119.3.0/24’, was provided as the `public_network` in the initial Ceph configuration passed to bootstrap with the `--config` parameter. With this fix, you can enter the comma-separated lists of quoted IPs into the initial Ceph configuration passed to bootstrap for the `public_network` or `cluster_network`, and it works as expected. |
| errata-xmlrpc | 2023-06-15 09:07:54 UTC | Status | VERIFIED | RELEASE_PENDING |
| errata-xmlrpc | 2023-06-15 09:15:36 UTC | Status | RELEASE_PENDING | CLOSED |
| Resolution | --- | ERRATA | ||
| Last Closed | 2023-06-15 09:15:36 UTC | |||
| errata-xmlrpc | 2023-06-15 09:16:27 UTC | Link ID | Red Hat Product Errata RHSA-2023:3623 |
Back to bug 2111680