mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 13:45:21 +00:00
pveceph: set default release to hammer
This commit is contained in:
parent
b38516ebec
commit
a6ca66741c
@ -98,7 +98,7 @@ __PACKAGE__->register_method ({
|
|||||||
code => sub {
|
code => sub {
|
||||||
my ($param) = @_;
|
my ($param) = @_;
|
||||||
|
|
||||||
my $cephver = $param->{version} || 'firefly';
|
my $cephver = $param->{version} || 'hammer';
|
||||||
|
|
||||||
local $ENV{DEBIAN_FRONTEND} = 'noninteractive';
|
local $ENV{DEBIAN_FRONTEND} = 'noninteractive';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user