Skip to content

Commit

Permalink
Add cpu_count for controller model. (#938)
Browse files Browse the repository at this point in the history
Co-authored-by: wangqin <442577631@qq.com>
  • Loading branch information
JiuyunZhao and qinwang-murphy authored Nov 14, 2022
1 parent ef43193 commit fc1b485
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions delfin/db/sqlalchemy/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ class Controller(BASE, DelfinBase):
location = Column(String(255))
soft_version = Column(String(255))
cpu_info = Column(String(255))
cpu_count = Column(Integer)
memory_size = Column(BigInteger)
storage_id = Column(String(36))
mgmt_ip = Column(String(255))
Expand Down

0 comments on commit fc1b485

Please sign in to comment.