Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Disk icon with with explaination point in an orange circle

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
jjthomas
Posts: 8
Joined: 2006-12-10 07:57

Disk icon with with explaination point in an orange circle

#1 Post by jjthomas »

This just showed up in my xfce4 panel, this morning. After seeing this, I upgraded to 10.2, the error remained. I have 4 drives with two RAID1 arrays, MD0 and MD1.

Google gives me multiple responses involving Windows. Searching the forums did not give an answer.

When I hover over the image it shows me:

Code: Select all

md1: OK (check) ; md0: OK (check)
Checking smart status shows all the drives are okay, no errors.

When I run mdadm --detail /dev/md1 and against /dev/md0 the only thing that pops out is a line that says: Check Status : 69% complete
Is that why I am getting the drive with the orange circle with the exclamation point?

Here is the whole output from mdadmin against md0 and md1

Code: Select all

root@tech2:/var/log# mdadm --detail /dev/md0
/dev/md0:
           Version : 1.2
     Creation Time : Thu Oct 24 19:20:12 2019
        Raid Level : raid1
        Array Size : 5860390464 (5588.90 GiB 6001.04 GB)
     Used Dev Size : 5860390464 (5588.90 GiB 6001.04 GB)
      Raid Devices : 2
     Total Devices : 2
       Persistence : Superblock is persistent

     Intent Bitmap : Internal

       Update Time : Sun Dec  1 08:25:47 2019
             State : clean, checking 
    Active Devices : 2
   Working Devices : 2
    Failed Devices : 0
     Spare Devices : 0

Consistency Policy : bitmap

      Check Status : 72% complete

              Name : tech2:0  (local to host tech2)
              UUID : 6a950b2f:b50bcd0d:9fa7835c:4139618a
            Events : 13816

    Number   Major   Minor   RaidDevice State
       0       8        0        0      active sync   /dev/sda
       1       8       16        1      active sync   /dev/sdb
root@tech2:/var/log# 
root@tech2:/var/log# mdadm --detail /dev/md1
/dev/md1:
           Version : 1.2
     Creation Time : Thu Oct 24 19:22:13 2019
        Raid Level : raid1
        Array Size : 5860390464 (5588.90 GiB 6001.04 GB)
     Used Dev Size : 5860390464 (5588.90 GiB 6001.04 GB)
      Raid Devices : 2
     Total Devices : 2
       Persistence : Superblock is persistent

     Intent Bitmap : Internal

       Update Time : Sun Dec  1 08:25:55 2019
             State : clean, checking 
    Active Devices : 2
   Working Devices : 2
    Failed Devices : 0
     Spare Devices : 0

Consistency Policy : bitmap

      Check Status : 70% complete

              Name : tech2:1  (local to host tech2)
              UUID : c0beb325:11aebcd4:5f73e9f8:c6b0768d
            Events : 32417

    Number   Major   Minor   RaidDevice State
       0       8       32        0      active sync   /dev/sdc
       1       8       48        1      active sync   /dev/sdd
root@tech2:/var/log# 
TIA

-JJ

arzgi
Posts: 1197
Joined: 2008-02-21 17:03
Location: Finland
Been thanked: 31 times

Re: Disk icon with with explaination point in an orange circ

#2 Post by arzgi »

Orange circle with exclamation mark in xfce panel usually is caused by permission issues. or the target volume or dir is unacessible. Try right clicking, it might tell you the error.

jjthomas
Posts: 8
Joined: 2006-12-10 07:57

Re: Disk icon with with explaination point in an orange circ

#3 Post by jjthomas »

Thank you. Clicking did not do anything. I tried right-clicking as well as left-clicking, nothing.

I just ran mdadm and the state for both drives just reads, "clean," and the drive icon has a green dot.

I going to propose that the orange circle with an exclamation point was a notification that the array was being checked.

Thank you, again.

-JJ

Post Reply