[uc20] auto-import service failed
Bug #1895240 reported by
hugh chao
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
snapd |
In Progress
|
Medium
|
Michael Vogt |
Bug Description
Reproduce steps:
1. Finish the provision
2. Reboot the system
3. Execute systemctl --system --no-ask-password --no-pager list-units --state=failed and the following result could be observed.
$ systemctl --system --no-ask-password --no-pager list-units --state=failed
Failed units:
UNIT LOAD ACTIVE SUB DESCRIPTION
● snapd.autoimpor
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
Changed in snapd: | |
status: | New → In Progress |
assignee: | nobody → Michael Vogt (mvo) |
importance: | Undecided → Medium |
To post a comment you must log in.
In 66-snapd- autoimport. rules, auto-import been applied to each drive to find auto-import. assertion.
There are two cases will cause the service failed:
1. If the last block device which checked by the service is an invalid file-system, then the service will be marked as failed due to mount failed.
2. If the partitions already been mounted, so it returns error: cannot create user: device already managed.