ironic/ironic
Dmitry Tantsur b2248e8780 Always fall back from hard linking to copying files
The current check is insufficient: it passes for Kubernetes shared
volumes, although hard-linking between them is not possible.
This patch changes the approach to trying a hard link and falling
back to copyfile instead.

The patch relies on optimizations in Python 3.8 and thus should not
be backported beyond the Zed series to avoid performance regression.

Change-Id: I929944685b3ac61b2f63d2549198a2d8a1c8fe35
(cherry picked from commit 59c6ad96ce)
2023-04-11 17:23:34 +00:00
..
api Add error logging on lookup failures in the API 2023-04-04 13:40:12 +00:00
cmd Trival: Remove minor troubleshooting accidently committed 2022-10-14 11:35:22 -07:00
common Always fall back from hard linking to copying files 2023-04-11 17:23:34 +00:00
conductor Merge "Clean out agent token even if power is already off" into bugfix/21.3 2023-03-17 00:58:50 +00:00
conf Merge "Fix grub config path default" 2023-01-27 22:09:15 +00:00
db Fix online upgrades for Bios/Traits 2023-03-15 16:05:47 +00:00
dhcp Implement a DHCP driver backed by dnsmasq 2022-09-05 13:57:39 +12:00
drivers Do not recalculate checksum if disk_format is not changed 2023-03-13 10:29:26 +00:00
hacking Fix the remaining hacking issues 2020-03-31 13:40:00 +00:00
objects Use association_proxy for ports node_uuid 2022-12-14 09:14:14 +01:00
tests Always fall back from hard linking to copying files 2023-04-11 17:23:34 +00:00
__init__.py Move eventlet monkey patch code 2017-03-02 13:48:18 +02:00
version.py