Unfortunately, testing showed that replacing: # Default-Start: S with: # Default-Start: 2 3 4 5 doesn't solve the issue.
One workaround is to change instead: # Required-Start: $network $local_fs with: # Required-Start: $local_fs This solves the ordering cycle by starting nbd-client a little later. Should we use that until a proper fix is committed? Does anyone have any better immediate workarounds? Thanks, Alkis