Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A154C116E4 for ; Thu, 24 Jul 2014 23:11:39 +0000 (UTC) Received: (qmail 5683 invoked by uid 500); 24 Jul 2014 23:11:39 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 5541 invoked by uid 500); 24 Jul 2014 23:11:39 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 5355 invoked by uid 500); 24 Jul 2014 23:11:39 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 5318 invoked by uid 99); 24 Jul 2014 23:11:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jul 2014 23:11:39 +0000 Date: Thu, 24 Jul 2014 23:11:39 +0000 (UTC) From: "Nitin Mehta (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CLOUDSTACK-6821) Disk allocated for primary storage remain unchanged after volume deletion MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-6821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nitin Mehta updated CLOUDSTACK-6821: ------------------------------------ Fix Version/s: (was: 4.4.0) 4.5.0 > Disk allocated for primary storage remain unchanged after volume deletion > --------------------------------------------------------------------------- > > Key: CLOUDSTACK-6821 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6821 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: Storage Controller > Affects Versions: 4.4.0 > Reporter: prashant kumar mishra > Assignee: Nitin Mehta > Priority: Critical > Fix For: 4.5.0 > > Attachments: Logs_Db.rar > > > steps to repo > =========== > 1-prepare one cluster+one primary storage (say ps1) CS setup > 2-deploy a vm > 3-create volume and attach to vm > 4-detach volume > 5-add another primary storage ps2 > 6-migrate volume to ps > 7-Check Disk allocated for PS > 8-delete the volume wait for storage cleanup thread to run > 9-check Disk allocated > Expected > ======== > Disk allocated should be zero since only volume got deleted > Actual > ====== > Disk allocated remains unchanged > DB > == > mysql> select * from storage_pool where id=4\G; > *************************** 1. row *************************** > id: 4 > name: pm2 > uuid: c6e5687b-caa5-3d8c-9347-9ca24a0b69e8 > pool_type: NetworkFilesystem > port: 2049 > data_center_id: 1 > pod_id: 1 > cluster_id: 1 > used_bytes: 804126720 > capacity_bytes: 34390016000 > host_address: 10.147.29.216 > user_info: NULL > path: /var/unixmen_share/pm2 > created: 2014-06-02 14:42:14 > removed: NULL > update_time: NULL > status: Up > storage_provider_name: DefaultPrimary > scope: CLUSTER > hypervisor: NULL > managed: 0 > capacity_iops: NULL > 1 row in set (0.00 sec) > ERROR: > No query specified > mysql> select * from storage_pool_view where id=4\G; > *************************** 1. row *************************** > id: 4 > uuid: c6e5687b-caa5-3d8c-9347-9ca24a0b69e8 > name: pm2 > status: Up > path: /var/unixmen_share/pm2 > pool_type: NetworkFilesystem > host_address: 10.147.29.216 > created: 2014-06-02 14:42:14 > removed: NULL > capacity_bytes: 34390016000 > capacity_iops: NULL > scope: CLUSTER > hypervisor: NULL > storage_provider_name: DefaultPrimary > cluster_id: 1 > cluster_uuid: c9094153-1980-4765-934a-827e27ccbac6 > cluster_name: cl1 > cluster_type: CloudManaged > data_center_id: 1 > data_center_uuid: ae6be023-91c9-47d0-9ce1-0898c4429ed4 > data_center_name: zn1 > data_center_type: Advanced > pod_id: 1 > pod_uuid: 8465eac0-b4e5-467d-942a-fadac6c27e65 > pod_name: pd1 > tag: NULL > disk_used_capacity: 21474836480 > disk_reserved_capacity: 0 > job_id: NULL > job_uuid: NULL > job_status: NULL > job_account_id: NULL > 1 row in set (0.00 sec) > ERROR: > No query specified > =>there was only one volume which got deleted . > mysql> select * from volumes where pool_id=4\G; > *************************** 1. row *************************** > id: 22 > account_id: 2 > domain_id: 1 > pool_id: 4 > last_pool_id: 1 > instance_id: NULL > device_id: NULL > name: new12 > uuid: f041aff6-883d-4d29-9226-0f4e8b76d981 > size: 21474836480 > folder: /var/unixmen_share/pm2 > path: 441126db-2d02-47b6-9b5f-48b43e443b37 > pod_id: 1 > data_center_id: 1 > iscsi_name: NULL > host_ip: NULL > volume_type: DATADISK > pool_type: NULL > disk_offering_id: 4 > template_id: NULL > first_snapshot_backup_uuid: NULL > recreatable: 0 > created: 2014-06-02 15:05:21 > attached: NULL > updated: 2014-06-02 15:08:26 > removed: 2014-06-02 15:08:26 > state: Expunged > chain_info: NULL > update_count: 6 > disk_type: NULL > vm_snapshot_chain_size: NULL > iso_id: NULL > display_volume: 1 > format: VHD > min_iops: NULL > max_iops: NULL > hv_ss_reserve: NULL > 1 row in set (0.00 sec) -- This message was sent by Atlassian JIRA (v6.2#6252)