cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #02842
Re: [Merge] ~smoser/cloud-init:bug/before-fsck into cloud-init:master
Balint,
How would that work?
I think you're essentially saying to run:
systemctl stop systemd-fsck@<something>.service
But to do that, I have to figure out which are the appropriate values for 'something'. That could be 'dev-disk-by-uuid=XXXX', 'dev-disk-by-label=XXXX' for any filesystem on the block device.
Additionally, if I did:
a. stop
b. <try to reformat/adjust>
c. restart
there is a potential that my 'stop' happens before has started. does a 'stop' of a service prevent it from starting if it would start later on its own?
--
https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/324191
Your team cloud-init commiters is requested to review the proposed merge of ~smoser/cloud-init:bug/before-fsck into cloud-init:master.
Follow ups
References