iscsi: format disk if no filesystem is found
Signed-off-by: Huamin Chen <hchen@redhat.com>
This commit is contained in:
		@@ -108,7 +108,7 @@ func (plugin *iscsiPlugin) newBuilderInternal(spec *volume.Spec, podUID types.UI
 | 
				
			|||||||
			iqn:     iscsi.IQN,
 | 
								iqn:     iscsi.IQN,
 | 
				
			||||||
			lun:     lun,
 | 
								lun:     lun,
 | 
				
			||||||
			manager: manager,
 | 
								manager: manager,
 | 
				
			||||||
			mounter: mounter,
 | 
								mounter: &mount.SafeFormatAndMount{mounter, exec.New()},
 | 
				
			||||||
			plugin:  plugin},
 | 
								plugin:  plugin},
 | 
				
			||||||
		fsType:   iscsi.FSType,
 | 
							fsType:   iscsi.FSType,
 | 
				
			||||||
		readOnly: readOnly,
 | 
							readOnly: readOnly,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user