@@ -46,7 +46,7 @@ var _ = g.Describe("[sig-cli] oc adm must-gather", func() {
4646 tempDir , err := ioutil .TempDir ("" , "test.oc-adm-must-gather." )
4747 o .Expect (err ).NotTo (o .HaveOccurred ())
4848 defer os .RemoveAll (tempDir )
49- o .Expect (oc .Run ("adm" , "must-gather" ).Args ("--dest-dir" , tempDir ).Execute ()).To (o .Succeed ())
49+ o .Expect (oc .Run ("adm" , "must-gather" ).Args ("--dest-dir" , tempDir , "--volume-percentage=100" ).Execute ()).To (o .Succeed ())
5050
5151 pluginOutputDir := GetPluginOutputDir (tempDir )
5252
@@ -113,6 +113,7 @@ var _ = g.Describe("[sig-cli] oc adm must-gather", func() {
113113 defer os .RemoveAll (tempDir )
114114 args := []string {
115115 "--dest-dir" , tempDir ,
116+ "--volume-percentage=100" ,
116117 "--source-dir" , "/artifacts" ,
117118 "--" ,
118119 "/bin/bash" , "-c" ,
@@ -169,6 +170,7 @@ var _ = g.Describe("[sig-cli] oc adm must-gather", func() {
169170
170171 args := []string {
171172 "--dest-dir" , tempDir ,
173+ "--volume-percentage=100" ,
172174 "--" ,
173175 "/usr/bin/gather_audit_logs" ,
174176 }
@@ -299,6 +301,7 @@ var _ = g.Describe("[sig-cli] oc adm must-gather", func() {
299301
300302 args := []string {
301303 "--dest-dir" , tempDir ,
304+ "--volume-percentage=100" ,
302305 "--" ,
303306 "/usr/bin/gather_audit_logs" ,
304307 }
0 commit comments