From 6399732e3ccdac68ea3ebeda80fc27f68f4c6729 Mon Sep 17 00:00:00 2001 From: Tom Barron Date: Fri, 15 Jan 2016 13:00:20 -0500 Subject: [PATCH] fix NFS driver max_over_subscription_ratio typo Change-Id: I3b8a23f9c5854500f8577c2b87818e9689e753b8 --- cinder/volume/drivers/nfs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/volume/drivers/nfs.py b/cinder/volume/drivers/nfs.py index 4afc5162a..e80e907ed 100644 --- a/cinder/volume/drivers/nfs.py +++ b/cinder/volume/drivers/nfs.py @@ -63,7 +63,7 @@ nfs_opts = [ 'the volume destination. If the ratio exceeds this ' 'number, the destination will no longer be valid. ' 'Note that this option is deprecated in favor of ' - '"max_oversubscription_ratio" and will be removed ' + '"max_over_subscription_ratio" and will be removed ' 'in the Mitaka release.')), cfg.StrOpt('nfs_mount_point_base', default='$state_path/mnt', -- 2.45.2