While os.link is supposed to follow symlinks, it's actually broken [1] on Linux. As a result, Ironic may end up creating a hard link to a symlink. If the symlink is relative, chances are high accessing the resulting file will cause a FileNotFoundError. [1] https://github.com/python/cpython/issues/81793 Change-Id: Ic52f0ddb0c94410dd854ee525e3c57b2e78ea84d
235 B
235 B