Activity log for bug #1660421

Date Who What changed Old value New value Message
2017-01-30 18:41:59 Rodrigo Barbieri bug added bug
2017-01-30 18:42:22 Rodrigo Barbieri description For upgraded environments, the HNAS driver is always attempting to delete snapshot exports when deleting a snapshot. Although it swallows the exception because the export does not exist, this attempt it certain to fail, and it could be avoided by checking if the snapshot has mount_snapshot_support before trying to delete the snapshot. For upgraded environments, the HNAS driver is always attempting to delete snapshot exports when deleting a snapshot. Although it swallows the exception because the export does not exist, this attempt it certain to fail, and it could be avoided by checking if the snapshot has mount_snapshot_support before trying to delete the snapshot. See below: 2017-01-30 13:34:11.969 ERROR manila.share.drivers.hitachi.hnas.ssh [req-fa1d0cf8-40d4-45d3-b34d-13bf9f446a72 6a08846c319c4ae5aa3c09402e88a450 649c607e28c244d2b58b22840c2214af] Error running SSH command. 2017-01-30 13:34:11.970 WARNING manila.share.drivers.hitachi.hnas.ssh [req-fa1d0cf8-40d4-45d3-b34d-13bf9f446a72 6a08846c319c4ae5aa3c09402e88a450 649c607e28c244d2b58b22840c2214af] Export /snapshots/4ac1e629-0caa-4d21-b44a-bee5f95621ce does not exist on backend anymore.
2017-01-30 18:42:25 Rodrigo Barbieri manila: importance Undecided Low
2017-01-30 18:42:29 Rodrigo Barbieri manila: milestone ocata-rc1
2017-01-31 17:56:25 Rodrigo Barbieri summary HNAS driver always tries to delete export, even if snapshot is not mountable HNAS driver is always handling mountable snapshots, even if mount_snapshot_support=False
2017-01-31 17:57:42 Rodrigo Barbieri description For upgraded environments, the HNAS driver is always attempting to delete snapshot exports when deleting a snapshot. Although it swallows the exception because the export does not exist, this attempt it certain to fail, and it could be avoided by checking if the snapshot has mount_snapshot_support before trying to delete the snapshot. See below: 2017-01-30 13:34:11.969 ERROR manila.share.drivers.hitachi.hnas.ssh [req-fa1d0cf8-40d4-45d3-b34d-13bf9f446a72 6a08846c319c4ae5aa3c09402e88a450 649c607e28c244d2b58b22840c2214af] Error running SSH command. 2017-01-30 13:34:11.970 WARNING manila.share.drivers.hitachi.hnas.ssh [req-fa1d0cf8-40d4-45d3-b34d-13bf9f446a72 6a08846c319c4ae5aa3c09402e88a450 649c607e28c244d2b58b22840c2214af] Export /snapshots/4ac1e629-0caa-4d21-b44a-bee5f95621ce does not exist on backend anymore. For upgraded environments, the HNAS driver is always attempting to delete snapshot exports when deleting a snapshot. Although it swallows the exception because the export does not exist, this attempt it certain to fail, and it could be avoided by checking if the snapshot has mount_snapshot_support before trying to delete the snapshot. See below: 2017-01-30 13:34:11.969 ERROR manila.share.drivers.hitachi.hnas.ssh [req-fa1d0cf8-40d4-45d3-b34d-13bf9f446a72 6a08846c319c4ae5aa3c09402e88a450 649c607e28c244d2b58b22840c2214af] Error running SSH command. 2017-01-30 13:34:11.970 WARNING manila.share.drivers.hitachi.hnas.ssh [req-fa1d0cf8-40d4-45d3-b34d-13bf9f446a72 6a08846c319c4ae5aa3c09402e88a450 649c607e28c244d2b58b22840c2214af] Export /snapshots/4ac1e629-0caa-4d21-b44a-bee5f95621ce does not exist on backend anymore. It is also always creating export resources in the backend even if mount_snapshot_support=False when creating snapshots.
2017-02-02 10:36:22 OpenStack Infra manila: status New In Progress
2017-02-02 10:36:22 OpenStack Infra manila: assignee Alyson (alyson-rodrigues-rosa)
2017-02-02 19:41:26 OpenStack Infra manila: assignee Alyson (alyson-rodrigues-rosa) Rodrigo Barbieri (rodrigo-barbieri2010)
2017-02-03 00:32:42 OpenStack Infra manila: status In Progress Fix Released