Signed-off-by: Laszlo Meszaros <lacienator@gmail.com>
| ... | ... |
@@ -1257,7 +1257,7 @@ func (devices *DeviceSet) initDevmapper(doInit bool) error {
|
| 1257 | 1257 |
|
| 1258 | 1258 |
// https://github.com/docker/docker/issues/4036 |
| 1259 | 1259 |
if supported := devicemapper.UdevSetSyncSupport(true); !supported {
|
| 1260 |
- logrus.Warn("Udev sync is not supported. This will lead to unexpected behavior, data loss and errors. For more information, see https://docs.docker.com/reference/commandline/cli/#daemon-storage-driver-option")
|
|
| 1260 |
+ logrus.Warn("Udev sync is not supported. This will lead to unexpected behavior, data loss and errors. For more information, see https://docs.docker.com/reference/commandline/daemon/#daemon-storage-driver-option")
|
|
| 1261 | 1261 |
} |
| 1262 | 1262 |
|
| 1263 | 1263 |
if err := os.MkdirAll(devices.metadataDir(), 0700); err != nil {
|