mirror of
https://github.com/ceph/ceph
synced 2025-02-23 19:17:37 +00:00
mgr/pg_autoscaler: remove unused imports
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
This commit is contained in:
parent
37519d26bb
commit
63f2a06568
@ -2,14 +2,12 @@
|
||||
Automatically scale pg_num based on how much data is stored in each pool.
|
||||
"""
|
||||
|
||||
import errno
|
||||
import json
|
||||
import mgr_util
|
||||
import threading
|
||||
import uuid
|
||||
from six import itervalues, iteritems
|
||||
from collections import defaultdict
|
||||
from prettytable import PrettyTable, PLAIN_COLUMNS
|
||||
from prettytable import PrettyTable
|
||||
from mgr_module import MgrModule
|
||||
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user