Skip to content

Commit 9b39b74

Browse files
authored
Merge pull request #80 from cfsnyder/master
2 parents c93f36f + 78a0b1a commit 9b39b74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ceph_version.rs

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ pub enum CephVersion {
3939
Mimic,
4040
Nautilus,
4141
Octopus,
42+
Pacific,
4243
}
4344

4445
impl FromStr for CephVersion {
@@ -60,6 +61,7 @@ impl FromStr for CephVersion {
6061
version_parts.next(),
6162
) {
6263
match major {
64+
"16" => return Ok(Pacific),
6365
"15" => return Ok(Octopus),
6466
"14" => return Ok(Nautilus),
6567
"13" => return Ok(Mimic),

0 commit comments

Comments
 (0)