diff options
author | Dmitry Tantsur <dtantsur@protonmail.com> | 2023-03-31 15:39:50 +0200 |
---|---|---|
committer | Dmitry Tantsur <dtantsur@protonmail.com> | 2023-04-11 17:23:45 +0000 |
commit | 456ae7d0081bfa2d94350a50dfb1825bcfb7e659 (patch) | |
tree | 0dfe1936ae7f9df15e2a9c049f6292a7f38b6774 /doc/source/admin/drivers.rst | |
parent | 1507ff8a4c377cf05605f514148966c8ffda6f93 (diff) | |
download | ironic-bugfix/21.2.tar.gz |
Always fall back from hard linking to copying filesbugfix/21.2
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 59c6ad96ce35c9deecfedb5698c5806f3883a8af)
Diffstat (limited to 'doc/source/admin/drivers.rst')
0 files changed, 0 insertions, 0 deletions