From ccc7ad4b478ecdb549178ea6b5b883ad16c4b461 Mon Sep 17 00:00:00 2001 From: Wolfgang Link Date: Tue, 7 Jun 2016 13:24:06 +0200 Subject: [PATCH] Extend the Ceph featuring version Infernalis and Hammer. --- PVE/CLI/pveceph.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PVE/CLI/pveceph.pm b/PVE/CLI/pveceph.pm index ce991c19..2783f24d 100755 --- a/PVE/CLI/pveceph.pm +++ b/PVE/CLI/pveceph.pm @@ -73,8 +73,8 @@ __PACKAGE__->register_method ({ properties => { version => { type => 'string', - #enum => ['dumpling', 'emperor', 'firefly', 'giant', 'hammer'], - enum => ['hammer'], # only release for jessie + #enum => ['dumpling', 'emperor', 'firefly', 'giant', 'hammer'] # for wheezy, + enum => ['hammer', 'infernalis', 'jewel'], # for jessie optional => 1, } },