Created
September 20, 2020 20:52
-
-
Save steelcowboy/f146d7a3d47cafce6a5546b583dc7a8e to your computer and use it in GitHub Desktop.
OpenSUSE MicroOS: umount /sysroot/home: invalid arument
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 23.621043] localhost ignition[723]: INFO : Ignition 2.6.0 | |
[ 23.621043] localhost ignition[723]: INFO : Stage: umount | |
[ 23.621043] localhost ignition[723]: INFO : reading system config file "/usr/lib/ignition/base.ign" | |
[ 23.621043] localhost ignition[723]: INFO : no config at "/usr/lib/ignition/base.ign" | |
[ 23.621627] localhost ignition[723]: INFO : umount: op(1): [started] umounting "/sysroot/home" | |
[ 23.621663] localhost ignition[723]: CRITICAL : umount: op(1): [failed] umounting "/sysroot/home": invalid argument | |
[ 23.621763] localhost ignition[723]: umount failedFull config: | |
[ 23.621763] localhost ignition[723]: { | |
[ 23.621763] localhost ignition[723]: "ignition": { | |
[ 23.621763] localhost ignition[723]: "config": { | |
[ 23.621763] localhost ignition[723]: "replace": { | |
[ 23.621763] localhost ignition[723]: "verification": {} | |
[ 23.621763] localhost ignition[723]: } | |
[ 23.621763] localhost ignition[723]: }, | |
[ 23.621763] localhost ignition[723]: "proxy": {}, | |
[ 23.621763] localhost ignition[723]: "security": { | |
[ 23.621763] localhost ignition[723]: "tls": {} | |
[ 23.621763] localhost ignition[723]: }, | |
[ 23.621763] localhost ignition[723]: "timeouts": {}, | |
[ 23.621763] localhost ignition[723]: "version": "3.2.0-experimental" | |
[ 23.621763] localhost ignition[723]: }, | |
[ 23.621763] localhost ignition[723]: "passwd": { | |
[ 23.621763] localhost ignition[723]: "groups": [ | |
[ 23.621763] localhost ignition[723]: { | |
[ 23.621763] localhost ignition[723]: "name": "wheel", | |
[ 23.621763] localhost ignition[723]: "system": true | |
[ 23.621763] localhost ignition[723]: } | |
[ 23.621763] localhost ignition[723]: ], | |
[ 23.621763] localhost ignition[723]: "users": [ | |
[ 23.621763] localhost ignition[723]: { | |
[ 23.621763] localhost ignition[723]: "name": "root", | |
[ 23.621763] localhost ignition[723]: "passwordHash": "******" | |
[ 23.621763] localhost ignition[723]: }, | |
[ 23.621763] localhost ignition[723]: { | |
[ 23.621763] localhost ignition[723]: "groups": [ | |
[ 23.621763] localhost ignition[723]: "wheel" | |
[ 23.621763] localhost ignition[723]: ], | |
[ 23.621763] localhost ignition[723]: "name": "steelcowboy", | |
[ 23.621763] localhost ignition[723]: "passwordHash": "******", | |
[ 23.621763] localhost ignition[723]: "sshAuthorizedKeys": [ | |
[ 23.621763] localhost ignition[723]: "******" | |
[ 23.621763] localhost ignition[723]: ] | |
[ 23.621763] localhost ignition[723]: } | |
[ 23.621763] localhost ignition[723]: ] | |
[ 23.621763] localhost ignition[723]: }, | |
[ 23.621763] localhost ignition[723]: "storage": { | |
[ 23.621763] localhost ignition[723]: "filesystems": [ | |
[ 23.621763] localhost ignition[723]: { | |
[ 23.621763] localhost ignition[723]: "device": "/dev/disk/by-label/ROOT", | |
[ 23.621763] localhost ignition[723]: "format": "btrfs", | |
[ 23.621763] localhost ignition[723]: "mountOptions": [ | |
[ 23.621763] localhost ignition[723]: "subvol=/@/home" | |
[ 23.621763] localhost ignition[723]: ], | |
[ 23.621763] localhost ignition[723]: "path": "/home", | |
[ 23.621763] localhost ignition[723]: "wipeFilesystem": false | |
[ 23.621763] localhost ignition[723]: } | |
[ 23.621763] localhost ignition[723]: ] | |
[ 23.621763] localhost ignition[723]: }, | |
[ 23.621763] localhost ignition[723]: "systemd": { | |
[ 23.621763] localhost ignition[723]: "units": [ | |
[ 23.621763] localhost ignition[723]: { | |
[ 23.621763] localhost ignition[723]: "enabled": true, | |
[ 23.621763] localhost ignition[723]: "name": "sshd.service" | |
[ 23.621763] localhost ignition[723]: } | |
[ 23.621763] localhost ignition[723]: ] | |
[ 23.621763] localhost ignition[723]: } | |
[ 23.621763] localhost ignition[723]: }CRITICAL : Ignition failed: invalid argument | |
[ 23.622577] localhost systemd[1]: ignition-mount.service: Control process exited, code=exited, status=1/FAILURE | |
[ 23.622656] localhost systemd[1]: ignition-mount.service: Failed with result 'exit-code'. | |
[ 23.623044] localhost systemd[1]: Stopped Ignition (mount). | |
[ 23.623091] localhost systemd[1]: ignition-mount.service: Triggering OnFailure= dependencies. | |
[ 23.623473] localhost systemd[1]: ignition-remount-sysroot.service: Succeeded. | |
[ 23.623747] localhost systemd[1]: Stopped Remount /sysroot read-write for Ignition. | |
[ 23.623806] localhost systemd[1]: Stopped target Initrd File Systems. | |
[ 23.623831] localhost systemd[1]: Stopped target Initrd Root File System. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment