You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Ma Jinkai (JIRA)" <ji...@apache.org> on 2013/12/26 13:59:50 UTC

[jira] [Created] (CLOUDSTACK-5650) attempt to update storage pool with empty tag but did not take effect

Ma Jinkai created CLOUDSTACK-5650:
-------------------------------------

             Summary: attempt to update storage pool with empty tag but did not take effect 
                 Key: CLOUDSTACK-5650
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5650
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: API, Management Server
    Affects Versions: 4.2.0
         Environment: vmware
advanced zone
            Reporter: Ma Jinkai
            Priority: Critical


in StorageManagerImpl.java line of 857:
if (updatedDetails.size() > 0) {
    _storagePoolDao.updateDetails(id, updatedDetails);
}

Storage Pool has tag: SSD
Update tag to empty, but did not take effect.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)