]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix NetApp AutoSupport Shortcomings.
authorBob Callaway <bob.callaway@netapp.com>
Fri, 20 Jun 2014 11:31:29 +0000 (07:31 -0400)
committerTom Barron <tpb@dyncloud.net>
Fri, 10 Oct 2014 18:06:25 +0000 (14:06 -0400)
commitb3be30b14ce3f31af8a5f23542246ca8d0c4da8c
tree7027bd2cf46e41650bbe13895c737f5ad9d63997
parent35b6b55ff3c79ed345c6c682f3aa676097f9a7a3
Fix NetApp AutoSupport Shortcomings.

This patch addresses several problems with the current implementation.

1. Appending a record to EMS should not in itself trigger ASUP
delivery. These should be separately scheduled and Openstack cinder
should have no role in ASUP scheduling or delivery, only a role in
logging via EMS.

2. Log frequency should be adjusted from weekly to hourly.

3. The log message should be useful for support. It should include
release (Havana, Icehouse, Juno, etc.) version (2014.1.1), and
distribution information (RHEL-OSP, etc.) rather than simply noting that
the message came from "Openstack."

Closes-Bug: 1367676
Change-Id: I2f81fed18342fe384e3c61184948f1e4052765d5
cinder/tests/test_netapp_utils.py [new file with mode: 0644]
cinder/volume/drivers/netapp/common.py
cinder/volume/drivers/netapp/iscsi.py
cinder/volume/drivers/netapp/nfs.py
cinder/volume/drivers/netapp/utils.py