Skip to content

Commit

Permalink
add missing model info for removed disk rockstor#937
Browse files Browse the repository at this point in the history
  • Loading branch information
phillxnet committed Dec 12, 2015
1 parent 23bff11 commit cfca624
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rockstor/storageadmin/views/disk.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ def _update_disk_state():
missing_disk = offline_disks.pop()
do.serial = missing_disk.serial
do.size = missing_disk.size
do.model = missing_disk.model
do.parted = missing_disk.parted
do.pool = missing_disk.pool
dob.transport = missing_disk.transport
Expand Down

0 comments on commit cfca624

Please sign in to comment.