* [pve-devel] [PATCH stable-7 manager] pve7to8: enable noout before upgrade
@ 2023-06-21 16:19 Fiona Ebner
2023-06-21 16:19 ` [pve-devel] [PATCH manager] pve7to8: add reminder comment for noout_wanted variable Fiona Ebner
2023-06-21 16:42 ` [pve-devel] applied: [PATCH stable-7 manager] pve7to8: enable noout before upgrade Thomas Lamprecht
0 siblings, 2 replies; 4+ messages in thread
From: Fiona Ebner @ 2023-06-21 16:19 UTC (permalink / raw)
To: pve-devel
Just like 3b776617 ("pve6to7: enable noout before upgrade") last time,
it should be enabled in the stable branch to ensure users see the
warning before upgrade.
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---
Intended only for the stable-7 branch.
PVE/CLI/pve7to8.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/CLI/pve7to8.pm b/PVE/CLI/pve7to8.pm
index 73ea85b0..56af2732 100644
--- a/PVE/CLI/pve7to8.pm
+++ b/PVE/CLI/pve7to8.pm
@@ -543,7 +543,7 @@ sub check_ceph {
log_warn("unable to determine overall Ceph daemon versions!");
} elsif (keys %$overall_versions == 1) {
log_pass("single running overall version detected for all Ceph daemon types.");
- $noout_wanted = 0; # off post-upgrade, on pre-upgrade
+ $noout_wanted = 1; # off post-upgrade, on pre-upgrade
} elsif (keys $ceph_versions_simple->{overall}->%* != 1) {
log_warn("overall version mismatch detected, check 'ceph versions' output for details!");
}
--
2.39.2
^ permalink raw reply [flat|nested] 4+ messages in thread
* [pve-devel] [PATCH manager] pve7to8: add reminder comment for noout_wanted variable
2023-06-21 16:19 [pve-devel] [PATCH stable-7 manager] pve7to8: enable noout before upgrade Fiona Ebner
@ 2023-06-21 16:19 ` Fiona Ebner
2023-06-21 16:42 ` [pve-devel] applied: " Thomas Lamprecht
2023-06-21 16:42 ` [pve-devel] applied: [PATCH stable-7 manager] pve7to8: enable noout before upgrade Thomas Lamprecht
1 sibling, 1 reply; 4+ messages in thread
From: Fiona Ebner @ 2023-06-21 16:19 UTC (permalink / raw)
To: pve-devel
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---
Applies to the master branch. It's enough the have the reminder here,
stable would even need a different patch because of changed context.
PVE/CLI/pve7to8.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/PVE/CLI/pve7to8.pm b/PVE/CLI/pve7to8.pm
index 6b51e98e..d988c715 100644
--- a/PVE/CLI/pve7to8.pm
+++ b/PVE/CLI/pve7to8.pm
@@ -542,6 +542,7 @@ sub check_ceph {
log_warn("unable to determine overall Ceph daemon versions!");
} elsif (keys %$overall_versions == 1) {
log_pass("single running overall version detected for all Ceph daemon types.");
+ # TODO: needs to be set to 1 in the stable branch each time! - find better solution?
$noout_wanted = 0; # off post-upgrade, on pre-upgrade
} elsif (keys $ceph_versions_simple->{overall}->%* != 1) {
log_warn("overall version mismatch detected, check 'ceph versions' output for details!");
--
2.39.2
^ permalink raw reply [flat|nested] 4+ messages in thread
* [pve-devel] applied: [PATCH stable-7 manager] pve7to8: enable noout before upgrade
2023-06-21 16:19 [pve-devel] [PATCH stable-7 manager] pve7to8: enable noout before upgrade Fiona Ebner
2023-06-21 16:19 ` [pve-devel] [PATCH manager] pve7to8: add reminder comment for noout_wanted variable Fiona Ebner
@ 2023-06-21 16:42 ` Thomas Lamprecht
1 sibling, 0 replies; 4+ messages in thread
From: Thomas Lamprecht @ 2023-06-21 16:42 UTC (permalink / raw)
To: Proxmox VE development discussion, Fiona Ebner
Am 21/06/2023 um 18:19 schrieb Fiona Ebner:
> Just like 3b776617 ("pve6to7: enable noout before upgrade") last time,
> it should be enabled in the stable branch to ensure users see the
> warning before upgrade.
>
> Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
> ---
>
> Intended only for the stable-7 branch.
>
> PVE/CLI/pve7to8.pm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>
applied, thanks!
^ permalink raw reply [flat|nested] 4+ messages in thread
* [pve-devel] applied: [PATCH manager] pve7to8: add reminder comment for noout_wanted variable
2023-06-21 16:19 ` [pve-devel] [PATCH manager] pve7to8: add reminder comment for noout_wanted variable Fiona Ebner
@ 2023-06-21 16:42 ` Thomas Lamprecht
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Lamprecht @ 2023-06-21 16:42 UTC (permalink / raw)
To: Proxmox VE development discussion, Fiona Ebner
Am 21/06/2023 um 18:19 schrieb Fiona Ebner:
> Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
> ---
>
> Applies to the master branch. It's enough the have the reminder here,
> stable would even need a different patch because of changed context.
>
> PVE/CLI/pve7to8.pm | 1 +
> 1 file changed, 1 insertion(+)
>
>
applied, thanks!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-06-21 16:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-21 16:19 [pve-devel] [PATCH stable-7 manager] pve7to8: enable noout before upgrade Fiona Ebner
2023-06-21 16:19 ` [pve-devel] [PATCH manager] pve7to8: add reminder comment for noout_wanted variable Fiona Ebner
2023-06-21 16:42 ` [pve-devel] applied: " Thomas Lamprecht
2023-06-21 16:42 ` [pve-devel] applied: [PATCH stable-7 manager] pve7to8: enable noout before upgrade Thomas Lamprecht
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal