Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hpsa: Update cacheless variable #177

Merged
merged 1 commit into from
Aug 2, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugin/hpsa/hpsa.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ def systems(self, flags=0):
else:
# Some Smart Arrays don't have cache
# This entry is also missing until a volume uses cache
read_cache_pct = System.CACHE_PCT_UNKNOWN
read_cache_pct = System.READ_CACHE_PCT_UNKNOWN
if 'Controller Mode' in ctrl_data:
hwraid_mode = ctrl_data['Controller Mode']
if hwraid_mode == 'RAID':
Expand Down