Bug #7141
closedRudder agent simulates an aptitude full-upgrade during each run
Description
I have run a "rudder agent run" to test some changes, on my slowly nodes I can observe the rudder(cfengine) steps easily and I'm surprised to see "/usr/bin/aptitude --assume-yes --simulate --verbose full-upgrade" in begin of run.
2 observations:
- why simulate a full-upgrade at each run, it's very time consumption
- is-it possible to use apt-get and not aptitude ? On my system aptitude don't work (my /var/lib/aptitude/ is daily purged)
ncharles talk about fetching the list of patches from the cfengine stdlib
Is it possible to remove this ?
Updated by Nicolas CHARLES about 9 years ago
- Category changed from Agent to Documentation
- Priority changed from N/A to 2
- Target version set to 2.11.14
this is something that comes from the cfengine standart librairy (i know that is not a good reason)
Aptitude is used by defaut if you have /usr/bin/aptitude binary on the system
For the full upgrade, it is to get the list of patches, which is surely non relevant... we should remove it fro mdefaut implementation
Updated by Vincent MEMBRÉ about 9 years ago
- Target version changed from 2.11.14 to 2.11.15
Updated by Vincent MEMBRÉ about 9 years ago
- Target version changed from 2.11.15 to 2.11.16
Updated by Vincent MEMBRÉ about 9 years ago
- Target version changed from 2.11.16 to 2.11.17
Updated by Vincent MEMBRÉ almost 9 years ago
- Target version changed from 2.11.17 to 2.11.18
Updated by Nicolas CHARLES almost 9 years ago
- Category changed from Documentation to System techniques
Updated by Nicolas CHARLES almost 9 years ago
- Tracker changed from Question to Bug
- Subject changed from aptitude full-upgrade to aptitude full-upgrade on agent
- Status changed from New to Pending technical review
- Assignee set to Jonathan CLARKE
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/823
Updated by Nicolas CHARLES almost 9 years ago
- Assignee changed from Jonathan CLARKE to Benoît PECCATTE
Updated by Nicolas CHARLES almost 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-techniques|21f71000feac472743343bdd60fcf7750fe676fb.
Updated by Benoît PECCATTE almost 9 years ago
Applied in changeset rudder-techniques|df33d39acb67b2c5707ed703a6017a81d5b01677.
Updated by Alexis Mousset almost 9 years ago
- Subject changed from aptitude full-upgrade on agent to Rudder agent simulates an aptitude full-upgrade during each run
Updated by Vincent MEMBRÉ almost 9 years ago
- Status changed from Pending release to Released