]> git.proxmox.com Git - proxmox-offline-mirror.git/commitdiff
guided setup: add Quincy as supported release for bullseye
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 22 Oct 2022 14:37:01 +0000 (16:37 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 22 Oct 2022 14:37:01 +0000 (16:37 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/bin/proxmox-offline-mirror.rs

index f7ef7e67afd125bbb0e428c7352752460da56e8a..3af33bbdc81dcc9cdf3c283a06342bd1203fc05c 100644 (file)
@@ -218,6 +218,7 @@ fn action_add_mirror(config: &SectionConfigData) -> Result<Vec<MirrorConfig>, Er
                     Nautilus,
                     Octopus,
                     Pacific,
+                    Quincy,
                 }
 
                 let releases = match release {
@@ -225,6 +226,7 @@ fn action_add_mirror(config: &SectionConfigData) -> Result<Vec<MirrorConfig>, Er
                         vec![
                             (CephRelease::Octopus, "Octopus (15.x)"),
                             (CephRelease::Pacific, "Pacific (16.x)"),
+                            (CephRelease::Quincy, "Quincy (17.x)"),
                         ]
                     }
                     Release::Buster => {
@@ -255,6 +257,7 @@ fn action_add_mirror(config: &SectionConfigData) -> Result<Vec<MirrorConfig>, Er
                     CephRelease::Nautilus => "nautilus",
                     CephRelease::Octopus => "octopus",
                     CephRelease::Pacific => "pacific",
+                    CephRelease::Quincy => "quincy",
                 };
 
                 let url = format!(