hi, i don't know if it's a known bug (and maybe already triaged in newer version than me).
We've encountered problem with a class trying to format a partition as
reiserfs. The system silently waits for a user input ("y" + Enter) on
reiser formatting action.
I've solved the problem by two methods:
- update my class/disk_config:
add createopts="-f" to each reiserfs lines
or
- patch file usr/share/fai/setup-storage/Commands.pm (~ line 72), like
already done with xfs filesystem:
($fs eq "xfs") and $create_options = "$create_options -f" unless
($create_options =~ m/-f/);
+ ($fs eq "reiserfs") and $create_options = "$create_options -f" unless
($create_options =~ m/-f/);
my $pre_encrypt = "exist_$device";
hope this will help someone else.
Regards
--
Mathieu Alorent
Shell&Core Sophia-Antipolis
AUSY
Pour France Telecom – OPF/PORTAILS/DOP/HEBEX/SOPHIA
Tél: 04 97 12 6226
[email protected]
La signature de ce mail peut être vérifiée en installant les autorités de
certifications CAcert (Class1 et Class3) :
http://www.cacert.org/certs/root.crt
http://www.cacert.org/certs/class3.crt.
http://www.cacert.org/index.php?id=3
smime.p7s
Description: S/MIME cryptographic signature
