remove unneeded storage options

This commit is contained in:
deads2k
2017-01-31 12:53:21 -05:00
parent de2493e733
commit 384c873914
10 changed files with 153 additions and 103 deletions

View File

@@ -189,7 +189,7 @@ func Run(s *options.ServerRunOptions) error {
}
}
storageGroupsToEncodingVersion, err := s.GenericServerRunOptions.StorageGroupsToEncodingVersion()
storageGroupsToEncodingVersion, err := s.StorageSerialization.StorageGroupsToEncodingVersion()
if err != nil {
return fmt.Errorf("error generating storage version map: %s", err)
}