- Notifications
You must be signed in to change notification settings - Fork16
Commite6f6955
check_lock: treat 'locked by other' differently to 'not locked'
check_lock currently claims the daemon is locked by another appeven if the problem is actually that it *isn't locked at all*.We should distinguish these two cases.Also, here and in a few other places we refer to this as eithera 'dnf lock' or a 'yum lock'. AFAICT it is not either of thosethings, it is a lock that is internal to the daemon. You canhappily perform operations with dnf *directly* while this lockis held. It's confusing to describe this as a 'dnf lock' whenthat isn't what it is, so this changes the description to'dnfdaemon lock' in a few places.Signed-off-by: Adam Williamson <awilliam@redhat.com>1 parent5858310 commite6f6955
2 files changed
+10
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
| 370 | + | |
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
| 375 | + | |
| 376 | + | |
375 | 377 | | |
376 | | - | |
| 378 | + | |
377 | 379 | | |
378 | 380 | | |
379 | 381 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
699 | 699 | | |
700 | 700 | | |
701 | 701 | | |
702 | | - | |
| 702 | + | |
703 | 703 | | |
704 | 704 | | |
705 | 705 | | |
706 | 706 | | |
| 707 | + | |
| 708 | + | |
707 | 709 | | |
708 | | - | |
| 710 | + | |
709 | 711 | | |
710 | 712 | | |
711 | 713 | | |
| |||
0 commit comments
Comments
(0)