![](https://seccdn.libravatar.org/avatar/bb376bca2c19e74eb46fa87c724f1105.jpg?s=120&d=mm&r=g)
Author: fehr Date: Thu Jul 28 12:27:27 2011 New Revision: 65062 URL: http://svn.opensuse.org/viewcvs/yast?rev=65062&view=rev Log: remove subvol=@ from /etc/fstab to work around bnc#703204 Modified: branches/SuSE-Code-11-SP2-Branch/storage/libstorage/src/Volume.cc branches/SuSE-Code-11-SP2-Branch/storage/package/yast2-storage.changes Modified: branches/SuSE-Code-11-SP2-Branch/storage/libstorage/src/Volume.cc URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/storag... ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/storage/libstorage/src/Volume.cc (original) +++ branches/SuSE-Code-11-SP2-Branch/storage/libstorage/src/Volume.cc Thu Jul 28 12:27:27 2011 @@ -2768,7 +2768,8 @@ l.push_front( lstr ); if( l.size()>1 && (enc=find( l.begin(), l.end(), "defaults" ))!=l.end() ) l.erase(enc); - + // FIXME: temporary code that circumvents currently failing subvol=... option + l.remove_if( string_starts_with("subvol=") ); return l; } Modified: branches/SuSE-Code-11-SP2-Branch/storage/package/yast2-storage.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/storag... ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/storage/package/yast2-storage.changes (original) +++ branches/SuSE-Code-11-SP2-Branch/storage/package/yast2-storage.changes Thu Jul 28 12:27:27 2011 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Jul 28 12:25:40 CEST 2011 - fehr@suse.de + +- remove subvol=@ from /etc/fstab to work around bnc#703204 + +------------------------------------------------------------------- Tue Jul 26 12:21:56 CEST 2011 - aschnell@suse.de - fixed commit action calculation for DASDs (bnc#706911) -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org