The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/3833
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Signed-off-by: Stéphane Graber <[email protected]>
From d4c38cdc9f9620f2e0815ac4ab9e547a7a78730d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= <[email protected]> Date: Thu, 21 Sep 2017 16:43:57 -0400 Subject: [PATCH] Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber <[email protected]> --- lxd/storage_ceph.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxd/storage_ceph.go b/lxd/storage_ceph.go index c73a4b4d8..fe58bacd0 100644 --- a/lxd/storage_ceph.go +++ b/lxd/storage_ceph.go @@ -695,7 +695,7 @@ func (s *storageCeph) StoragePoolVolumeUpdate(writable *api.StorageVolumePut, ch } func (s *storageCeph) StoragePoolUpdate(writable *api.StoragePoolPut, changedConfig []string) error { - return fmt.Errorf("ODS storage pool properties cannot be changed") + return fmt.Errorf("OSD storage pool properties cannot be changed") } func (s *storageCeph) ContainerStorageReady(name string) bool {
_______________________________________________ lxc-devel mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-devel
