Hide Forgot
Description of problem: I noticed that the these directories still consu,e a bunch of file system space after running aeolus-cleanup. Like the database, I am assuming these directories should be purged of the data as it is ultimately orphaned with a purge of the database and runs the risk of filling up the filesystem Version-Release number of selected component (if applicable): aeolus-configure-2.0.0-5.fc14.20110401173241git4d62feb.noarch aeolus-conductor-daemons-0.0.3-0.fc14.20110401225256git6800ed8.x86_64 aeolus-conductor-0.0.3-0.fc14.20110401225256git6800ed8.x86_64 aeolus-conductor-doc-0.0.3-0.fc14.20110401225256git6800ed8.x86_64
/var/tmp is used by alot of things (such as rpmbuild) so am leaving as is for now. Sent a patch removing the other iwhd dirs to the list https://fedorahosted.org/pipermail/aeolus-devel/2011-June/002723.html
Patches pushed http://git.fedorahosted.org/git?p=aeolus/configure.git;a=commitdiff;h=50ab44d7fff362188e5df2b84f018d7be3daa4a9 http://git.fedorahosted.org/git?p=aeolus/configure.git;a=commitdiff;h=be2c81ce19cfc0ce0f7c29bd99eae772fd769908
Before cleanup: [root@dell-pe860-01 ~]# ll /var/lib/iwhd/images total 16 -rw-r--r--. 1 root root 43 Jul 7 04:52 0445acea-98af-45d5-aff7-670c6742cb54 -rw-r--r--. 1 root root 43 Jul 7 04:51 2919a3b2-7d55-47ad-808b-52aad83582e1 -rw-r--r--. 1 root root 45 Jul 7 01:04 409c6d90-62e0-4f53-80d5-8f8efd9bed5f -rw-r--r--. 1 root root 45 Jul 5 04:47 f5ac3b3c-6479-47d8-87b3-915fda339ba6 [root@dell-pe860-01 ~]# ll /var/lib/iwhd total 24 drwxr-x---. 2 root kvm 4096 Jul 7 04:52 builds drwxr-x---. 2 root kvm 4096 Jul 7 05:00 icicles drwxr-x---. 2 root kvm 4096 Jul 7 04:52 images drwxr-x---. 2 root kvm 4096 Jul 7 05:00 provider_images drwxr-x---. 2 root kvm 4096 Jul 7 04:52 target_images drwxr-x---. 2 root kvm 4096 Jul 7 04:52 templates [root@dell-pe860-01 ~]# aeolus-cleanup notice: /Stage[main]/Aeolus::Conductor::Disabled/Service[conductor-delayed_job]/ensure: ensure changed 'running' to 'stopped' notice: /Stage[main]/Aeolus::Conductor::Remove_seed_data/Aeolus::Deltacloud::Disabled[ec2-us-west-1]/Service[deltacloud-ec2-us-west-1]/ensure: ensure changed 'running' to 'stopped' notice: /File[/etc/init.d/deltacloud-ec2-us-west-1]/ensure: removed notice: /Stage[main]/Aeolus::Conductor::Disabled/Service[aeolus-connector]/ensure: ensure changed 'running' to 'stopped' notice: /Stage[main]/Aeolus::Iwhd::Disabled/Service[iwhd]/ensure: ensure changed 'running' to 'stopped' notice: /Stage[main]/Aeolus::Iwhd::Disabled/Service[mongod]/ensure: ensure changed 'running' to 'stopped' notice: /File[/var/lib/iwhd]/ensure: removed notice: /Stage[main]/Aeolus::Conductor::Disabled/Service[conductor-dbomatic]/ensure: ensure changed 'running' to 'stopped' notice: /Stage[main]/Aeolus::Image-factory::Disabled/Service[imagefactory]/ensure: ensure changed 'running' to 'stopped' notice: /Stage[main]/Aeolus::Image-factory::Disabled/Service[qpidd]/ensure: ensure changed 'running' to 'stopped' notice: /Stage[main]/Aeolus::Conductor::Remove_seed_data/Aeolus::Deltacloud::Disabled[ec2-us-east-1]/Service[deltacloud-ec2-us-east-1]/ensure: ensure changed 'running' to 'stopped' notice: /File[/etc/init.d/deltacloud-ec2-us-east-1]/ensure: removed notice: /Stage[main]/Aeolus::Image-factory::Disabled/Exec[remove_aeolus_templates]/returns: executed successfully notice: /Stage[main]/Aeolus::Conductor::Remove_seed_data/Aeolus::Deltacloud::Disabled[mock]/Service[deltacloud-mock]/ensure: ensure changed 'running' to 'stopped' notice: /File[/etc/init.d/deltacloud-mock]/ensure: removed notice: /Stage[main]/Aeolus::Conductor::Disabled/Service[aeolus-conductor]/ensure: ensure changed 'running' to 'stopped' notice: /Stage[main]/Aeolus::Conductor::Disabled/Service[httpd]/ensure: ensure changed 'running' to 'stopped' notice: /Stage[main]/Aeolus::Conductor::Disabled/Service[solr]/ensure: ensure changed 'running' to 'stopped' notice: /Stage[main]/Aeolus::Conductor::Disabled/Service[condor]/ensure: ensure changed 'running' to 'stopped' notice: /Stage[main]/Aeolus::Conductor::Disabled/Rails::Drop::Db[drop_aeolus_database]/Exec[drop_rails_database]/returns: (in /usr/share/aeolus-conductor) notice: /Stage[main]/Aeolus::Conductor::Disabled/Rails::Drop::Db[drop_aeolus_database]/Exec[drop_rails_database]/returns: executed successfully notice: /Stage[main]/Aeolus::Conductor::Disabled/Postgres::User[aeolus]/Exec[drop_aeolus_postgres_user]/returns: executed successfully notice: /File[/var/lib/aeolus-conductor]/ensure: removed notice: Finished catalog run in 20.83 seconds After cleanup: [root@dell-pe860-01 ~]# ll /var/lib/iwhd/images ls: cannot access /var/lib/iwhd/images: No such file or directory [root@dell-pe860-01 ~]# ll /var/lib/iwhd ls: cannot access /var/lib/iwhd: No such file or directory aeolus-cleanup removes iwhd directory. [root@dell-pe860-01 ~]# rpm -qa | grep aeolus aeolus-configure-2.0.1-0.el6.20110706084705git542b456.noarch aeolus-conductor-0.3.0-0.el6.20110706142422git0ebf7d1.noarch aeolus-conductor-doc-0.3.0-0.el6.20110706142422git0ebf7d1.noarch aeolus-conductor-daemons-0.3.0-0.el6.20110706142422git0ebf7d1.noarch rubygem-aeolus-cli-0.0.1-1.el6.20110706142422git0ebf7d1.noarch aeolus-all-0.3.0-0.el6.20110706142422git0ebf7d1.noarch
release pending...
release pending.. 2
perm close
closing out old bugs